Fix parameters help string.

This commit is contained in:
BONNe1704 2019-02-18 13:43:17 +02:00
parent ffaffde734
commit a91ec9805f

View File

@ -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");
} }
} }