Added perm checks to skill commands

This commit is contained in:
GJ
2012-04-04 10:57:13 -04:00
parent 06c3a588bf
commit 1c7709a18b
16 changed files with 57 additions and 6 deletions

View File

@ -14,7 +14,6 @@ public class McstatsCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (CommandHelper.noConsoleUsage(sender)) {
return true;
}