Forgot to add to null execution

This commit is contained in:
Magix 2022-04-30 16:15:39 -04:00 committed by GitHub
parent f4de4a6aeb
commit 8ce79ed3ca

View File

@ -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())