mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
Merge branch 'less-misleading-sorting-keys' into 'master'
Use less confusing player sorting key names See merge request KartKrew/Kart-Public!61
This commit is contained in:
commit
faa2433455
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static CV_PossibleValue_t serversort_cons_t[] = {
|
|||
{1,"Modified State"},
|
||||
{2,"Most Players"},
|
||||
{3,"Least Players"},
|
||||
{4,"Max Players"},
|
||||
{4,"Max Player Slots"},
|
||||
{5,"Gametype"},
|
||||
{0,NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue