Fixed all errors with Sevenja's new commits

This commit is contained in:
ProSavage
2018-08-04 20:32:36 -05:00
parent 799fef1f39
commit d0cf88c9c6
20 changed files with 34 additions and 35 deletions

View File

@@ -33,11 +33,6 @@ public class CmdBan extends FCommand {
@Override
public void perform() {
Access access = myFaction.getAccess(fme, PermissableAction.BAN);
if (access == Access.DENY) {
fme.msg(TL.GENERIC_NOPERMISSION, "ban");
return;
}
// Adds bypass to admins and clean permission check
if (!fme.isAdminBypassing()) {