Fix claiming check bug caused by Sevenja's Pull Request

This commit is contained in:
ProSavage
2018-07-25 15:09:55 -05:00
parent 8bde15d864
commit cb6f0a8104
6 changed files with 10 additions and 7 deletions

View File

@@ -47,7 +47,6 @@ public class CmdMod extends FCommand {
boolean permAny = Permission.MOD_ANY.has(sender, false);
Faction targetFaction = you.getFaction();
if (targetFaction != myFaction && !permAny) {
msg(TL.COMMAND_MOD_NOTMEMBER, you.describeTo(fme, true));
return;