forked from MagicBane/Server
Debug logging added to bootstrap
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user