forked from MagicBane/Server
Unused method
This commit is contained in:
@@ -646,15 +646,6 @@ public class City extends AbstractWorldObject {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isCityZone(Zone zone) {
|
||||
|
||||
if (zone == null || this.parentZone == null)
|
||||
return false;
|
||||
|
||||
return zone.getObjectUUID() == this.parentZone.getObjectUUID();
|
||||
|
||||
}
|
||||
|
||||
public AbstractCharacter getOwner() {
|
||||
|
||||
if (this.getTOL() == null)
|
||||
|
||||
Reference in New Issue
Block a user