Improved readability for /whitelist list. Addresses BUKKIT-772

This commit is contained in:
Feildmaster
2012-02-18 15:04:02 -06:00
committed by EvilSeph
parent ca71be0228
commit eace91d627

View File

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