Commit f4de4a6a authored by Magix's avatar Magix Committed by GitHub
Browse files

Change to `()` and add space

parent ba97dfe7
......@@ -36,9 +36,9 @@ public final class ListCommand implements CommandHandler {
.append(player.getUid())
.append("></color>");
} else {
playerSet.append("<UID:")
playerSet.append(" (")
.append(player.getUid())
.append(">");
.append(")");
}
}
......
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