diff --git a/Minecraft.World/Player.cpp b/Minecraft.World/Player.cpp index 700935f6..e0fa26ad 100644 --- a/Minecraft.World/Player.cpp +++ b/Minecraft.World/Player.cpp @@ -627,6 +627,7 @@ void Player::ride(shared_ptr e) return; } + this->abilities.flying = false; LivingEntity::ride(e); }