mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01:00
Fix talentcommand message key
This commit is contained in:
@@ -53,7 +53,7 @@ public final class TalentCommand implements CommandHandler {
|
|||||||
try {
|
try {
|
||||||
newLevel = Integer.parseInt(args.get(2));
|
newLevel = Integer.parseInt(args.get(2));
|
||||||
} catch (NumberFormatException ignored) {
|
} catch (NumberFormatException ignored) {
|
||||||
CommandHandler.sendTranslatedMessage(sender, "commands.talent.invalid_skill_level");
|
CommandHandler.sendTranslatedMessage(sender, "commands.talent.invalid_level");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user