rename method to isEmptyGuild() so as not to confuse with GuildState.
This commit is contained in:
@@ -80,7 +80,7 @@ public class MakeBaneCmd extends AbstractDevCmd {
|
||||
|
||||
|
||||
|
||||
if (player.getGuild().isErrant()) {
|
||||
if (player.getGuild().isEmptyGuild()) {
|
||||
throwbackError(pc, "Errant's can not place banes");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user