File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6434,8 +6434,8 @@ void C_TFPlayer::AvoidPlayers( CUserCmd *pCmd )
64346434 if ( !pTeam )
64356435 return ;
64366436
6437- CHudUpgradePanel *pHudVote = GET_HUDELEMENT ( CHudUpgradePanel );
6438- if ( pHudVote && pHudVote ->IsActive () )
6437+ CHudUpgradePanel* pUpgradePanel = GET_HUDELEMENT ( CHudUpgradePanel );
6438+ if ( pUpgradePanel && pUpgradePanel ->IsActive () )
64396439 {
64406440 return ;
64416441 }
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ void CHudUpgradePanel::SetActive( bool bActive )
596596 engine->ClientCmd_Unrestricted ( " open_charinfo_direct" );
597597 }
598598
599- // let the server know that we've close the menu with the number of upgrades
599+ // let the server know that we've closed the menu with the number of upgrades
600600 // so the response rules can do their thing
601601 KeyValues *kv = new KeyValues ( " MvM_UpgradesDone" );
602602 kv->SetInt ( " num_upgrades" , m_nUpgradeActivity );
You can’t perform that action at this time.
0 commit comments