Reverse the server counts list

This commit is contained in:
Sam 2018-08-20 17:45:11 +01:00 committed by Alexander Meech
parent eeb632e58c
commit dc7f87ce99
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ServerSelectionPage extends ShopPageBase<ServerManager, ServerSelec
// Players
if (server1.getPlayerCount() != server2.getPlayerCount())
{
return Integer.compare(server1.getPlayerCount(), server2.getPlayerCount());
return Integer.compare(server2.getPlayerCount(), server1.getPlayerCount());
}
// Server Number