We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb05b5e commit 7c0366dCopy full SHA for 7c0366d
1 file changed
src/game/client/tf/tf_hud_tournament.cpp
@@ -791,7 +791,7 @@ void CHudTournament::PerformLayout( void )
791
}
792
793
794
- bool bShowTournamentConditions = TFGameRules() && !TFGameRules()->IsCompetitiveGame();
+ bool bShowTournamentConditions = TFGameRules() && TFGameRules()->IsCompetitiveGame();
795
796
// Hide some elements when in competitive mode
797
if ( m_pTournamentConditionLabel )
0 commit comments