Commit 48d31e45 authored by AnimeGitB's avatar AnimeGitB
Browse files

Fix talentcommand message key

parent fb1bacb0
......@@ -53,7 +53,7 @@ public final class TalentCommand implements CommandHandler {
try {
newLevel = Integer.parseInt(args.get(2));
} catch (NumberFormatException ignored) {
CommandHandler.sendTranslatedMessage(sender, "commands.talent.invalid_skill_level");
CommandHandler.sendTranslatedMessage(sender, "commands.talent.invalid_level");
return;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment