Change to () and add space

This commit is contained in:
Magix 2022-04-30 16:14:40 -04:00 committed by GitHub
parent 1d6916bca1
commit 3a45a5b5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(")");
}
}