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

@@ -35,7 +35,6 @@ public class CmdSetFWarp extends FCommand {
return;
}
Access access = myFaction.getAccess(fme, PermissableAction.SETWARP);
// This statement allows us to check if they've specifically denied it, or default to
// the old setting of allowing moderators to set warps.
if (!fme.isAdminBypassing()) {