forked from MagicBane/Server
rename method to isEmptyGuild() so as not to confuse with GuildState.
This commit is contained in:
@@ -68,7 +68,7 @@ public class TaxCityMsgHandler extends AbstractClientMsgHandler {
|
||||
}
|
||||
|
||||
|
||||
if (playerGuild == null || playerGuild.isErrant()){
|
||||
if (playerGuild == null || playerGuild.isEmptyGuild()){
|
||||
ErrorPopupMsg.sendErrorMsg(player, "You must belong to a guild to do that!");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user