forked from MagicBane/Server
setLoc now handles region assignment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user