Improved readability for /whitelist list. Addresses BUKKIT-772
This commit is contained in:
parent
99af2a1aad
commit
b66ede2821
@ -43,7 +43,7 @@ public class WhitelistCommand extends VanillaCommand {
|
||||
|
||||
for (OfflinePlayer player : Bukkit.getWhitelistedPlayers()) {
|
||||
if (result.length() > 0) {
|
||||
result.append(" ");
|
||||
result.append(", ");
|
||||
}
|
||||
|
||||
result.append(player.getName());
|
||||
|
Loading…
x
Reference in New Issue
Block a user