setLoc now handles region assignment

This commit is contained in:
2023-09-13 19:51:39 -05:00
parent f5d83aa259
commit 847e62dd27
4 changed files with 10 additions and 12 deletions
@@ -610,9 +610,6 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
this.movingUp = movingUp;
}
public void setRegion(Regions region) {
this.region = region;
}
//used for interestmanager loading and unloading objects to client.
// if not in grid, unload from player.