Skip to content

Commit 7c0366d

Browse files
committed
fix typo in tournament hud
1 parent cb05b5e commit 7c0366d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/tf/tf_hud_tournament.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ void CHudTournament::PerformLayout( void )
791791
}
792792
}
793793

794-
bool bShowTournamentConditions = TFGameRules() && !TFGameRules()->IsCompetitiveGame();
794+
bool bShowTournamentConditions = TFGameRules() && TFGameRules()->IsCompetitiveGame();
795795

796796
// Hide some elements when in competitive mode
797797
if ( m_pTournamentConditionLabel )

0 commit comments

Comments
 (0)