Browse Source

Added debug code

bugfix-destbane
MagicBot 3 months ago
parent
commit
42544a137a
  1. 2
      src/engine/objects/Building.java

2
src/engine/objects/Building.java

@ -598,7 +598,7 @@ public class Building extends AbstractWorldObject {
} }
if (city.destroyed.get() == true) { if (city.destroyed.get() == true) {
Logger.error(city.getName() + "attemp to destroy a destroyed city"); Logger.error(city.getName() + "attempt to destroy a destroyed city");
return; return;
} }

Loading…
Cancel
Save