Flight fix re-enabled.
This commit is contained in:
@@ -4782,10 +4782,9 @@ public void dismissNecroPets() {
|
|||||||
this.updateLock.writeLock().unlock();
|
this.updateLock.writeLock().unlock();
|
||||||
}
|
}
|
||||||
//temp removal
|
//temp removal
|
||||||
//if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
|
if(AbstractCharacter.CanFly(this) == false && this.altitude > 0)
|
||||||
//{
|
GroundPlayer(this);
|
||||||
// GroundPlayer(this);
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user