fix: flight can stop on noclip enabled
This commit is contained in:
parent
414f18f7c7
commit
f63ab345ea
@ -152,7 +152,7 @@ void Player::postUpdate() {
|
||||
auto& hitbox = entity->getRigidbody().hitbox;
|
||||
position = hitbox.position;
|
||||
|
||||
if (flight && hitbox.grounded) {
|
||||
if (flight && hitbox.grounded && !noclip) {
|
||||
flight = false;
|
||||
}
|
||||
if (spawnpoint.y <= 0.1) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user