mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 03:37:38 +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 (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())
|
||||||
|
Loading…
Reference in New Issue
Block a user