|
|
|
@ -58,7 +58,7 @@ public class DestroyCityThread implements Runnable {
@@ -58,7 +58,7 @@ public class DestroyCityThread implements Runnable {
|
|
|
|
|
newParent = cityZone.parent; |
|
|
|
|
formerGuild = city.getTOL().getGuild(); |
|
|
|
|
|
|
|
|
|
Logger.info("Destroy city thread started for: " + newParent.zoneName); |
|
|
|
|
Logger.info("Destroy city thread started for: " + cityZone.zoneName); |
|
|
|
|
|
|
|
|
|
// Former guild loses tree!
|
|
|
|
|
|
|
|
|
@ -164,6 +164,6 @@ public class DestroyCityThread implements Runnable {
@@ -164,6 +164,6 @@ public class DestroyCityThread implements Runnable {
|
|
|
|
|
// Zone and city should vanish upon next reboot
|
|
|
|
|
// if the codebase reaches here.
|
|
|
|
|
|
|
|
|
|
Logger.info(city.getParent().zoneName + " uuid:" + city.getObjectUUID() + "has been destroyed!"); |
|
|
|
|
Logger.info(city.getParent().zoneName + " uuid: " + city.getObjectUUID() + " has been destroyed!"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|