forked from MagicBane/Server
Flight fix re-enabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user