Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
48d31e45
Commit
48d31e45
authored
Aug 19, 2022
by
AnimeGitB
Browse files
Fix talentcommand message key
parent
fb1bacb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/TalentCommand.java
View file @
48d31e45
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment