Updating the permission for the /mcremove command.

This commit is contained in:
Glitchfinder
2013-02-03 13:53:35 -08:00
parent dee384c8b9
commit 15f212c384
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class McremoveCommand implements CommandExecutor {
String usage = LocaleLoader.getString("Commands.Usage.1", "mcremove", "<" + LocaleLoader.getString("Commands.Usage.Player") + ">");
String success;
if (CommandHelper.noCommandPermissions(sender, "mcmmo.tools.mcremove")) {
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.mcremove")) {
return true;
}