Fix #227 - don't colour first name on list

This commit is contained in:
md_5 2013-03-25 19:25:06 +11:00
parent 75bc2738b9
commit 8003dc50c4

View File

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