forked from MagicBane/Server
update isMoving for mobs still at their bind loc
This commit is contained in:
@@ -661,7 +661,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
//TODO who the fuck wrote changeHeightJob. FIX THIS.
|
||||
|
||||
|
||||
if (this.endLoc.equals(Vector3fImmutable.ZERO))
|
||||
if (this.endLoc.equals(Vector3fImmutable.ZERO) || this.endLoc.equals(this.bindLoc))
|
||||
return false;
|
||||
|
||||
if (this.takeOffTime != 0)
|
||||
|
||||
Reference in New Issue
Block a user