update isMoving for mobs still at their bind loc

This commit is contained in:
2023-05-03 21:02:38 -05:00
parent 7f9cc6e010
commit e66b25f803
+1 -1
View File
@@ -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)