forked from MagicBane/Server
rename method to isEmptyGuild() so as not to confuse with GuildState.
This commit is contained in:
@@ -46,10 +46,10 @@ public class AllianceChangeMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
Guild toGuild = null;
|
||||
toGuild = Guild.getGuild(msg.getSourceGuildID());
|
||||
if (toGuild.isErrant())
|
||||
if (toGuild.isEmptyGuild())
|
||||
return true;
|
||||
|
||||
if (player.getGuild().isErrant())
|
||||
if (player.getGuild().isEmptyGuild())
|
||||
return true;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user