mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 18:56:15 +00:00
Forgot to add to null execution
This commit is contained in:
parent
f4de4a6aeb
commit
8ce79ed3ca
@ -32,9 +32,9 @@ public final class ListCommand implements CommandHandler {
|
||||
|
||||
if (finalNeedUID) {
|
||||
if (sender != null) {
|
||||
playerSet.append("<color=green><UID:")
|
||||
playerSet.append(" <color=green>(")
|
||||
.append(player.getUid())
|
||||
.append("></color>");
|
||||
.append(")</color>");
|
||||
} else {
|
||||
playerSet.append(" (")
|
||||
.append(player.getUid())
|
||||
|
Loading…
Reference in New Issue
Block a user