Added debug code

This commit is contained in:
2024-08-24 18:01:23 -04:00
parent 062fef49a1
commit 42544a137a
+1 -1
View File
@@ -598,7 +598,7 @@ public class Building extends AbstractWorldObject {
}
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;
}