Fix parameters help string.

This commit is contained in:
BONNe1704 2019-02-18 13:43:17 +02:00
parent ffaffde734
commit a91ec9805f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class ChallengesCommand extends CompositeCommand
public void setup()
{
this.setPermission(CHALLENGE_COMMAND);
this.setParametersHelp("challen/ges.commands.user.parameters");
this.setParametersHelp("challenges.commands.user.parameters");
this.setDescription("challenges.commands.user.description");
}
}