|
|
@ -990,6 +990,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject { |
|
|
|
super.setLoc(newValue); // set the location in the world
|
|
|
|
super.setLoc(newValue); // set the location in the world
|
|
|
|
this.resetLastSetLocUpdate(); |
|
|
|
this.resetLastSetLocUpdate(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
this.region = null; |
|
|
|
super.setLoc(value); // set the location in the world
|
|
|
|
super.setLoc(value); // set the location in the world
|
|
|
|
this.resetLastSetLocUpdate(); |
|
|
|
this.resetLastSetLocUpdate(); |
|
|
|
} |
|
|
|
} |
|
|
|