Commit 8ce79ed3 authored by Magix's avatar Magix Committed by GitHub
Browse files

Forgot to add to null execution

parent f4de4a6a
...@@ -32,9 +32,9 @@ public final class ListCommand implements CommandHandler { ...@@ -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())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment