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
f4de4a6a
Commit
f4de4a6a
authored
Apr 30, 2022
by
Magix
Committed by
GitHub
Apr 30, 2022
Browse files
Change to `()` and add space
parent
ba97dfe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/ListCommand.java
View file @
f4de4a6a
...
...
@@ -36,9 +36,9 @@ public final class ListCommand implements CommandHandler {
.
append
(
player
.
getUid
())
.
append
(
"></color>"
);
}
else
{
playerSet
.
append
(
"
<UID:
"
)
playerSet
.
append
(
"
(
"
)
.
append
(
player
.
getUid
())
.
append
(
"
>
"
);
.
append
(
"
)
"
);
}
}
...
...
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