mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use less confusing player sorting key names
This commit is contained in:
parent
b5f582ed5a
commit
ae3bb592b9
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ static CV_PossibleValue_t serversort_cons_t[] = {
|
||||||
{1,"Modified State"},
|
{1,"Modified State"},
|
||||||
{2,"Most Players"},
|
{2,"Most Players"},
|
||||||
{3,"Least Players"},
|
{3,"Least Players"},
|
||||||
{4,"Max Players"},
|
{4,"Max Player Slots"},
|
||||||
{5,"Gametype"},
|
{5,"Gametype"},
|
||||||
{0,NULL}
|
{0,NULL}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue