moved flight check to MovementManager
This commit is contained in:
@@ -4781,10 +4781,11 @@ public void dismissNecroPets() {
|
||||
}finally{
|
||||
this.updateLock.writeLock().unlock();
|
||||
}
|
||||
if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
|
||||
{
|
||||
GroundPlayer(this);
|
||||
}
|
||||
//temp removal
|
||||
//if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
|
||||
//{
|
||||
// GroundPlayer(this);
|
||||
//}
|
||||
}
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user