Make warmup in Team Deathmatch wait for players to join both teams

Reported by Cyrax.
This commit is contained in:
Zack Middleton 2017-07-31 15:13:19 -05:00
parent e62941396d
commit c05fbe554e
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ void CheckTournament( void ) {
int counts[TEAM_NUM_TEAMS];
qboolean notEnough = qfalse;
if ( g_gametype.integer > GT_TEAM ) {
if ( g_gametype.integer >= GT_TEAM ) {
counts[TEAM_BLUE] = TeamCount( -1, TEAM_BLUE );
counts[TEAM_RED] = TeamCount( -1, TEAM_RED );