Refactored Zone to new system

This commit is contained in:
2023-10-18 09:13:11 -04:00
parent ff1c0bd347
commit ee4009bf8d
+3
View File
@@ -215,6 +215,9 @@ public class Zone extends AbstractWorldObject {
this.parent = ZoneManager.getZoneByUUID(parentZoneID);
if (parent != null)
parent.addNode(this);
// Seafloor
if (ZoneManager.seaFloor.equals(this)) {