Added debug code

This commit is contained in:
2024-08-24 18:23:43 -04:00
parent 42544a137a
commit 67c840c42c
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -602,6 +602,8 @@ public class Building extends AbstractWorldObject {
return; return;
} }
city.destroyed.set(true);
// Must remove a bane before considering destruction of a TOL // Must remove a bane before considering destruction of a TOL
if (bane != null) { if (bane != null) {
@@ -51,8 +51,6 @@ public class DestroyCityThread implements Runnable {
Vector3fImmutable localCoords; Vector3fImmutable localCoords;
ArrayList<Guild> subGuildList; ArrayList<Guild> subGuildList;
city.destroyed.set(true);
// Member variable assignment // Member variable assignment
cityZone = city.getParent(); cityZone = city.getParent();