mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
fix permission
This commit is contained in:
parent
d410509da5
commit
0616bfa648
@ -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