Fix some more typos

This commit is contained in:
boy0001
2015-08-02 16:50:53 +10:00
parent 16fbd373c9
commit 8e1d42d4c5
4 changed files with 5 additions and 4 deletions

View File

@ -119,7 +119,7 @@ public class CommandManager<T extends CommandCaller> {
}
}
if (!success) {
String usage = cmd.getUsage();
String usage = cmd.getUsage().replaceAll("\\{label\\}", parts[0]);
C.COMMAND_SYNTAX.send(plr, cmd.getUsage());
return CommandHandlingOutput.WRONG_USAGE;
}