Fix permissions

This commit is contained in:
Trent Hensler
2018-01-04 23:01:52 -08:00
parent 4110fb2ef4
commit 39f1bd7404
6 changed files with 6 additions and 7 deletions

View File

@@ -11,9 +11,6 @@ public class CmdReload extends FCommand {
super();
this.aliases.add("reload");
//this.requiredArgs.add("");
this.optionalArgs.put("file", "all");
this.permission = Permission.RELOAD.node;
this.disableOnLock = false;