null region assignment

This commit is contained in:
2023-09-13 19:52:17 -05:00
parent 847e62dd27
commit e23c5527da
@@ -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();
}