Update to console output

This commit is contained in:
2024-08-25 16:13:22 -04:00
parent d304d0706c
commit 93befc0887
2 changed files with 4 additions and 4 deletions
@@ -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 {
// 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!");
}
}