moved flight check to MovementManager

This commit is contained in:
2022-06-03 08:42:08 -05:00
parent 94bc41ab9d
commit 87e18351be
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ public enum MovementManager {
// if stam less that 2 - time to force a landing
if (pc.getStamina() < 10f || !canFly) {
PlayerCharacter.GroundPlayer(pc);
// dont call stop movement here as we want to
// preserve endloc
//pc.stopMovement();