bugfix-flightfix #18

Merged
MagicBot merged 3 commits from bugfix-flightfix into master 2022-08-28 11:43:43 +00:00
Showing only changes of commit ab82529a4b - Show all commits
+6
View File
@@ -4771,6 +4771,12 @@ 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();