Flight fix re-enabled.

This commit is contained in:
2022-06-04 13:45:09 -04:00
parent bf87894f8c
commit d3f77d10c5
+3 -4
View File
@@ -4782,10 +4782,9 @@ public void dismissNecroPets() {
this.updateLock.writeLock().unlock();
}
//temp removal
//if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
//{
// GroundPlayer(this);
//}
if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
GroundPlayer(this);
}
}
@Override