mob ai work

This commit is contained in:
2025-01-08 17:34:35 -06:00
parent 789b3f3ffb
commit 40c77df0fe
@@ -983,6 +983,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
public final void setLoc(final Vector3fImmutable value) { public final void setLoc(final Vector3fImmutable value) {
super.setLoc(value); // set the location in the world super.setLoc(value); // set the location in the world
this.resetLastSetLocUpdate(); this.resetLastSetLocUpdate();
WorldGrid.updateObject(this);
} }
public Vector3fImmutable getMovementLoc() { public Vector3fImmutable getMovementLoc() {