Compare commits

...

2 Commits

Author SHA1 Message Date
MagicBot 42544a137a Added debug code 2024-08-24 18:01:23 -04:00
MagicBot 062fef49a1 Added debug code 2024-08-24 18:01:16 -04:00
+5
View File
@@ -597,6 +597,11 @@ public class Building extends AbstractWorldObject {
return;
}
if (city.destroyed.get() == true) {
Logger.error(city.getName() + "attempt to destroy a destroyed city");
return;
}
// Must remove a bane before considering destruction of a TOL
if (bane != null) {