Disable flight state when riding entities (#368)
This commit is contained in:
@@ -627,6 +627,7 @@ void Player::ride(shared_ptr<Entity> e)
|
||||
|
||||
return;
|
||||
}
|
||||
this->abilities.flying = false;
|
||||
LivingEntity::ride(e);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user