Skip to content
Snippets Groups Projects
Commit 8ce79ed3 authored by Magix's avatar Magix Committed by GitHub
Browse files

Forgot to add to null execution

parent f4de4a6a
No related merge requests found
......@@ -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())
......
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