forked from MagicBane/Server
Refactored Zone to new system
This commit is contained in:
@@ -213,7 +213,7 @@ public class Zone extends AbstractWorldObject {
|
|||||||
|
|
||||||
public void setParent() {
|
public void setParent() {
|
||||||
|
|
||||||
this.parent = ZoneManager.getZoneByZoneID(parentZoneID);
|
this.parent = ZoneManager.getZoneByUUID(parentZoneID);
|
||||||
|
|
||||||
// Seafloor
|
// Seafloor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user