Browse Source

Debug code added

bane-updates
MagicBot 3 months ago
parent
commit
b602a78950
  1. 7
      src/engine/workthreads/DestroyCityThread.java

7
src/engine/workthreads/DestroyCityThread.java

@ -52,6 +52,10 @@ public class DestroyCityThread implements Runnable { @@ -52,6 +52,10 @@ public class DestroyCityThread implements Runnable {
Vector3fImmutable localCoords;
ArrayList<Guild> subGuildList;
Logger.info("Destroy city routing started");
try {
// Member variable assignment
cityZone = city.getParent();
@ -150,6 +154,9 @@ public class DestroyCityThread implements Runnable { @@ -150,6 +154,9 @@ public class DestroyCityThread implements Runnable {
// Refresh the city for map requests
City.lastCityUpdate = System.currentTimeMillis();
} catch (Exception e) {
Logger.error(e);
}
// Zone and city should vanish upon next reboot
// if the codebase reaches here.

Loading…
Cancel
Save