Skip to content

Commit

Permalink
Fix talentcommand message key
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdulon committed Aug 19, 2022
1 parent fb1bacb commit 48d31e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void execute(Player sender, Player targetPlayer, List<String> args) {
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;
}

Expand Down

0 comments on commit 48d31e4

Please sign in to comment.