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);
|
this.guildState = GuildManager.calcuateGuildState(this);
|
||||||
|
|
||||||
|
Logger.info(this.name + ":" + this.guildState + ":" + this.nation.name);
|
||||||
|
|
||||||
if (this.getOwnedCity() == null)
|
if (this.getOwnedCity() == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user