mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 23:44:55 +01:00
Forgot to add to null execution
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user