diff --git a/src/engine/objects/AbstractCharacter.java b/src/engine/objects/AbstractCharacter.java index 9a60e116..6bed2b27 100644 --- a/src/engine/objects/AbstractCharacter.java +++ b/src/engine/objects/AbstractCharacter.java @@ -990,6 +990,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject { super.setLoc(newValue); // set the location in the world this.resetLastSetLocUpdate(); } else { + this.region = null; super.setLoc(value); // set the location in the world this.resetLastSetLocUpdate(); }