mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-13 03:58:16 +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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user