File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9932,10 +9932,7 @@ void CAlienSwarm::EnableChallenge( const char *szChallengeName )
99329932 KeyValues::AutoDelete pKV ( " CHALLENGE" );
99339933 bool bEnabled = ReactiveDropChallenges::ReadData ( pKV, szChallengeName );
99349934
9935- rd_challenge.SetValue (" " );
99369935 ResetChallengeConVars ();
9937- rd_challenge.SetValue (szChallengeName);
9938-
99399936 if ( ASWDeathmatchMode () )
99409937 {
99419938 ASWDeathmatchMode ()->ApplyDeathmatchConVars ();
@@ -9975,6 +9972,7 @@ void CAlienSwarm::EnableChallenge( const char *szChallengeName )
99759972 // if rd_max_marines changed we need to update marines limits using SetMaxMarines
99769973 SetMaxMarines ();
99779974 EnforceMaxMarines ();
9975+ rd_challenge.SetValue ( szChallengeName );
99789976 OnSkillLevelChanged ( m_iSkillLevel );
99799977
99809978 if ( V_strcmp ( rd_challenge.GetString (), " 0" ) )
You can’t perform that action at this time.
0 commit comments