mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Improved readability for /whitelist list. Addresses BUKKIT-772
By: Feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user