Use less confusing player sorting key names

This commit is contained in:
james 2019-02-09 18:10:54 -08:00 committed by James R
parent 39baca89d3
commit aa9f19512c

View file

@ -409,7 +409,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}
}; };