Two layered continent support.

This commit is contained in:
2023-04-03 15:56:36 -04:00
parent 41a53d1205
commit 385b89e6ba
+2 -1
View File
@@ -473,7 +473,8 @@ public class Zone extends AbstractGameObject {
if (this.getNodes().get(0).isMacroZone())
return true;
return false;
return this.getParent().equals(ZoneManager.getSeaFloor());
}
/**