forked from MagicBane/Server
Method inlined
This commit is contained in:
@@ -310,7 +310,7 @@ public class Zone extends AbstractGameObject {
|
||||
|
||||
public boolean isContinent() {
|
||||
|
||||
if (this.equals(ZoneManager.getSeaFloor()))
|
||||
if (this.equals(ZoneManager.seaFloor))
|
||||
return false;
|
||||
|
||||
if (this.getNodes().isEmpty())
|
||||
@@ -319,7 +319,7 @@ public class Zone extends AbstractGameObject {
|
||||
if (this.getNodes().get(0).isMacroZone())
|
||||
return true;
|
||||
|
||||
return this.parent.equals(ZoneManager.getSeaFloor());
|
||||
return this.parent.equals(ZoneManager.seaFloor);
|
||||
|
||||
}
|
||||
public void setHash() {
|
||||
|
||||
Reference in New Issue
Block a user