Sort ServerList by players
This commit is contained in:
parent
dba32e4047
commit
e4cc1ca7fd
@ -17,8 +17,8 @@
|
||||
|
||||
namespace Components
|
||||
{
|
||||
bool ServerList::SortAsc = true;
|
||||
int ServerList::SortKey = static_cast<std::underlying_type_t<Column>>(Column::Ping);
|
||||
bool ServerList::SortAsc = false;
|
||||
int ServerList::SortKey = static_cast<std::underlying_type_t<Column>>(Column::Players);
|
||||
|
||||
unsigned int ServerList::CurrentServer = 0;
|
||||
ServerList::Container ServerList::RefreshContainer;
|
||||
|
Loading…
Reference in New Issue
Block a user