Skip to content

Commit 3de8fb8

Browse files
committed
remove second local player check
1 parent 2281da1 commit 3de8fb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/game/client/swarm/vgui/missioncompletepanel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ void MissionCompletePanel::OnCommand( const char *command )
649649
{
650650
if ( m_bSuccess && m_bLastMission && !m_bCreditsSeen )
651651
{
652-
C_ASW_Player *pPlayer = C_ASW_Player::GetLocalASWPlayer();
653-
if ( pPlayer )
652+
// C_ASW_Player *pPlayer = C_ASW_Player::GetLocalASWPlayer();
653+
// if ( pPlayer )
654654
{
655655
m_pStatsPanel->m_pDebrief->m_pPara[0]->SetVisible( false );
656656
m_pStatsPanel->m_pDebrief->m_pPara[1]->SetVisible( false );

0 commit comments

Comments
 (0)