mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 18:12:53 +08:00
Change to ()
and add space
This commit is contained in:
parent
ba97dfe7d9
commit
f4de4a6aeb
@ -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(")");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user