1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 22:54:44 +02:00

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
src/main
java
com
gmail
nossr50
database
resources

@ -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;
}