Fix permissions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user