rename method to isEmptyGuild() so as not to confuse with GuildState.
This commit is contained in:
@@ -133,7 +133,7 @@ public class ArcLoginNotifyMsgHandler extends AbstractClientMsgHandler {
|
||||
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY);
|
||||
}
|
||||
|
||||
if (player.getGuild() != null && !player.getGuild().isErrant()) {
|
||||
if (player.getGuild() != null && !player.getGuild().isEmptyGuild()) {
|
||||
Guild.UpdateClientAlliancesForPlayer(player);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user