Logger.warn("Warning! WorldServerMap with ID "+zone.getObjectUUID()+" has a loadnum of 0 (player city) and no city linked. This will probably crash the client!");
// Player City Terraform values serialized here.
@ -124,7 +124,7 @@ public class Zone extends AbstractGameObject {
@@ -124,7 +124,7 @@ public class Zone extends AbstractGameObject {
writer.putInt(0);
writer.putInt(0);
writer.putInt(zone.zoneTemplate);
writer.putInt(zone.template);
if(zone.playerCityUUID>0){
Cityk=City.getCity(zone.playerCityUUID);
@ -167,7 +167,7 @@ public class Zone extends AbstractGameObject {
@@ -167,7 +167,7 @@ public class Zone extends AbstractGameObject {