forked from MagicBane/Server
null region assignment
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user