Updating the permission for the /mcpurge command.

This commit is contained in:
Glitchfinder
2013-02-03 13:08:12 -08:00
parent 939586ce1a
commit 84d01362f9
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
public class McpurgeCommand implements CommandExecutor{
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (CommandHelper.noCommandPermissions(sender, "mcmmo.tools.mcremove")) {
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.mcpurge")) {
return true;
}