mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-26 12:35:24 +01:00
Fix parameters help string.
This commit is contained in:
parent
ffaffde734
commit
a91ec9805f
@ -50,7 +50,7 @@ public class ChallengesCommand extends CompositeCommand
|
|||||||
public void setup()
|
public void setup()
|
||||||
{
|
{
|
||||||
this.setPermission(CHALLENGE_COMMAND);
|
this.setPermission(CHALLENGE_COMMAND);
|
||||||
this.setParametersHelp("challen/ges.commands.user.parameters");
|
this.setParametersHelp("challenges.commands.user.parameters");
|
||||||
this.setDescription("challenges.commands.user.description");
|
this.setDescription("challenges.commands.user.description");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user