mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-12 22:07:21 +08:00
Fix talentcommand message key
This commit is contained in:
parent
fb1bacb0f8
commit
48d31e45ed
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user