forked from MagicBane/Server
Unused method removed.
This commit is contained in:
@@ -695,14 +695,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
return this.parentZone;
|
return this.parentZone;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getParentZoneUUID() {
|
|
||||||
|
|
||||||
if (this.parentZone != null)
|
|
||||||
return this.parentZone.getObjectUUID();
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getGuildUUID() {
|
public int getGuildUUID() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user