mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +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 (finalNeedUID) {
|
||||||
if (sender != null) {
|
if (sender != null) {
|
||||||
playerSet.append("<color=green><UID:")
|
playerSet.append(" <color=green>(")
|
||||||
.append(player.getUid())
|
.append(player.getUid())
|
||||||
.append("></color>");
|
.append(")</color>");
|
||||||
} else {
|
} else {
|
||||||
playerSet.append(" (")
|
playerSet.append(" (")
|
||||||
.append(player.getUid())
|
.append(player.getUid())
|
||||||
|
|||||||
Reference in New Issue
Block a user