Fix #227 - don't colour first name on list
This commit is contained in:
parent
75bc2738b9
commit
8003dc50c4
@ -38,6 +38,7 @@ public class CommandList extends Command
|
||||
message.append( "(" );
|
||||
message.append( serverPlayers.size() );
|
||||
message.append( "): " );
|
||||
message.append( ChatColor.RESET );
|
||||
|
||||
List<String> players = new ArrayList<>();
|
||||
for ( ProxiedPlayer player : serverPlayers )
|
||||
|
Loading…
Reference in New Issue
Block a user