forked from MagicBane/Server
Two layered continent support.
This commit is contained in:
@@ -473,7 +473,8 @@ public class Zone extends AbstractGameObject {
|
|||||||
if (this.getNodes().get(0).isMacroZone())
|
if (this.getNodes().get(0).isMacroZone())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return this.getParent().equals(ZoneManager.getSeaFloor());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user