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
e85eb2f4
Commit
e85eb2f4
authored
May 07, 2022
by
zhaodice
Committed by
Melledy
May 07, 2022
Browse files
fix issue 635
fix #635
parent
7e569621
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/GiveCharCommand.java
View file @
e85eb2f4
...
...
@@ -77,6 +77,6 @@ public final class GiveCharCommand implements CommandHandler {
avatar
.
recalcStats
();
targetPlayer
.
addAvatar
(
avatar
);
CommandHandler
.
sendMessage
(
sender
,
translate
(
"commands.
execution.
giveChar.given"
,
Integer
.
toString
(
avatarId
),
Integer
.
toString
(
level
),
Integer
.
toString
(
targetPlayer
.
getUid
())));
CommandHandler
.
sendMessage
(
sender
,
translate
(
"commands.giveChar.given"
,
Integer
.
toString
(
avatarId
),
Integer
.
toString
(
level
),
Integer
.
toString
(
targetPlayer
.
getUid
())));
}
}
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