mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Improved readability for /whitelist list. Addresses BUKKIT-772
By: Feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
e4de1795db
commit
ec40583deb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue