mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-01 15:22:54 +08:00
Change to ()
and add space
This commit is contained in:
parent
1d6916bca1
commit
3a45a5b5c4
@ -36,9 +36,9 @@ public final class ListCommand implements CommandHandler {
|
|||||||
.append(player.getUid())
|
.append(player.getUid())
|
||||||
.append("></color>");
|
.append("></color>");
|
||||||
} else {
|
} else {
|
||||||
playerSet.append("<UID:")
|
playerSet.append(" (")
|
||||||
.append(player.getUid())
|
.append(player.getUid())
|
||||||
.append(">");
|
.append(")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user