forked from MagicBane/Server
Refactored Zone to new system
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user