Skip to content

Commit

Permalink
Fixed an incorrect permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 1, 2021
1 parent 44128e2 commit 9aaeeb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public boolean interpretCommand(CommandSender sender, String label, String[] arg
}

if (secondaryLabel.equalsIgnoreCase("config")) {
checkPermission(sender, "wp.config");
checkPermission(sender, "nac.config");
ConfigCommand command = new ConfigCommand();
return command.execute(sender, arguments);
}
Expand Down

0 comments on commit 9aaeeb5

Please sign in to comment.