mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 12:46:04 +01:00
fix permission
This commit is contained in:
parent
d410509da5
commit
0616bfa648
@ -33,7 +33,7 @@ public class HelpCommands {
|
|||||||
modifiers = { "help" },
|
modifiers = { "help" },
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 2,
|
max = 2,
|
||||||
permission = "citizens.help")
|
permission = "help")
|
||||||
@Requirements
|
@Requirements
|
||||||
public void citizensHelp(CommandContext args, Player player, NPC npc) {
|
public void citizensHelp(CommandContext args, Player player, NPC npc) {
|
||||||
int page = args.argsLength() == 2 ? args.getInteger(1) : 1;
|
int page = args.argsLength() == 2 ? args.getInteger(1) : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user