mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 19:03:51 +00:00
Disable flight state when riding entities (#368)
This commit is contained in:
parent
c8a8f9dd6c
commit
6c842b2854
1 changed files with 1 additions and 0 deletions
|
|
@ -627,6 +627,7 @@ void Player::ride(shared_ptr<Entity> e)
|
|||
|
||||
return;
|
||||
}
|
||||
this->abilities.flying = false;
|
||||
LivingEntity::ride(e);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue