mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
Make warmup in Team Deathmatch wait for players to join both teams
Reported by Cyrax.
This commit is contained in:
parent
e62941396d
commit
c05fbe554e
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue