The last game with a SINGLE_PLAYER validity that I can see in the test database is from July 2, 2020. At some point around that time a code change was deployed where UNEVEN_TEAMS_NOT_RANKED began taking precedence over SINGLE_PLAYER causing all single player games to be marked as 'uneven teams' instead.
It looks like it might have happened in #388.
We should probably swap the order of the checks so that SINGLE_PLAYER takes priority.
The last game with a
SINGLE_PLAYER
validity that I can see in the test database is from July 2, 2020. At some point around that time a code change was deployed whereUNEVEN_TEAMS_NOT_RANKED
began taking precedence overSINGLE_PLAYER
causing all single player games to be marked as 'uneven teams' instead.It looks like it might have happened in #388.
We should probably swap the order of the checks so that
SINGLE_PLAYER
takes priority.