class and table schema now conform to JSON
This commit is contained in:
@@ -469,7 +469,7 @@ public class WorldServer {
|
||||
for (Zone zone : ZoneManager.getAllZones()) {
|
||||
if (zone.getHeightMap() != null) {
|
||||
if (zone.getHeightMap().bucketWidthX == 0) {
|
||||
System.out.println("Zone load num: " + zone.zoneTemplate + " has no bucket width");
|
||||
System.out.println("Zone load num: " + zone.template + " has no bucket width");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -565,7 +565,7 @@ public class WorldServer {
|
||||
|
||||
for (Zone zone : rootParent) {
|
||||
|
||||
ZoneManager.addZone(zone.zoneTemplate, zone);
|
||||
ZoneManager.addZone(zone.template, zone);
|
||||
|
||||
//Handle Buildings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user