mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 20:55:44 +01:00
fix permission
This commit is contained in:
parent
12a0c3b32a
commit
d7b0e2e8b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user