forked from MagicBane/Server
rename method to isEmptyGuild() so as not to confuse with GuildState.
This commit is contained in:
@@ -57,7 +57,7 @@ public class LeaveGuildHandler extends AbstractClientMsgHandler {
|
||||
// get old Guild
|
||||
Guild oldGuild = playerCharacter.getGuild();
|
||||
|
||||
if (oldGuild == null || oldGuild.isErrant()) {
|
||||
if (oldGuild == null || oldGuild.isEmptyGuild()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user