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 998edff commit 31c7f37Copy full SHA for 31c7f37
1 file changed
src/game/shared/tf/tf_gamerules.cpp
@@ -23281,6 +23281,13 @@ void CTFGameRules::MatchSummaryEnd( void )
23281
// note: this resets view offset.
23282
// TODO(mcoms): we might need to do better, gamemovement state machine?
23283
pPlayer->RefreshCollisionBounds();
23284
+
23285
+ CTFPlayer* pTFPlayer = ToTFPlayer( pPlayer );
23286
+ if ( !pTFPlayer )
23287
+ continue;
23288
23289
+ pTFPlayer->m_Shared.RemoveCond( TF_COND_COMPETITIVE_WINNER );
23290
+ pTFPlayer->m_Shared.RemoveCond( TF_COND_COMPETITIVE_LOSER );
23291
}
23292
23293
// reset bot convars here
0 commit comments