Debug logging added to bootstrap

This commit is contained in:
2026-05-10 21:12:18 -04:00
parent 57ab356a3a
commit 3f91ef7409
+2
View File
@@ -762,6 +762,8 @@ public class Guild extends AbstractWorldObject {
this.guildState = GuildManager.calcuateGuildState(this);
Logger.info(this.name + ":" + this.guildState + ":" + this.nation.name);
if (this.getOwnedCity() == null)
return;