Players grounded properly when losing flight.

This commit is contained in:
2022-08-27 16:44:05 -04:00
parent ab82529a4b
commit 5fe518f8a1
2 changed files with 15 additions and 6 deletions
-6
View File
@@ -4771,12 +4771,6 @@ public void dismissNecroPets() {
}
}
// Ground players who cannot fly but are currently flying
if (CanFly(this) &&
this.getMovementState().equals(MovementState.FLYING))
GroundPlayer(this);
RealmMap.updateRealm(this);
updateBlessingMessage();