aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World')
-rw-r--r--Minecraft.World/Player.cpp1
1 files changed, 1 insertions, 0 deletions
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<Entity> e)
return;
}
+ this->abilities.flying = false;
LivingEntity::ride(e);
}