Merge remote-tracking branch 'origin/flight-fix-cleanup' into release-1.3

This commit is contained in:
2022-06-23 15:47:32 -04:00
4 changed files with 110 additions and 200 deletions
+4 -1
View File
@@ -4781,8 +4781,11 @@ public void dismissNecroPets() {
}finally{
this.updateLock.writeLock().unlock();
}
}
//temp removal
if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
GroundPlayer(this);
}
}
@Override
public void updateFlight() {