fix permission

This commit is contained in:
aPunch 2012-02-19 17:29:27 -06:00
parent 12a0c3b32a
commit d7b0e2e8b5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class HelpCommands {
modifiers = { "help" },
min = 1,
max = 2,
permission = "citizens.help")
permission = "help")
@Requirements
public void citizensHelp(CommandContext args, Player player, NPC npc) {
int page = args.argsLength() == 2 ? args.getInteger(1) : 1;