Fixed /ability not checking the right permission

This commit is contained in:
bm01
2012-05-04 19:42:00 +02:00
parent 354ed9ede0
commit b5963936fd
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class McabilityCommand implements CommandExecutor {
return true;
}
if (CommandHelper.noCommandPermissions(sender, "mcmmo.admin")) {
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.ability")) {
return true;
}