Skip to content

Commit ed6091a

Browse files
committed
msg finished!
1 parent a30a0ec commit ed6091a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/game/shared/swarm/asw_weapon_welder_shared.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ void CASW_Weapon_Welder::ItemPostFrame()
317317
if ( ( m_iAutomaticWeldDirection > 0 && m_pWeldDoor->GetSealAmount() >= 1.0f ) ||
318318
( m_iAutomaticWeldDirection < 0 && m_pWeldDoor->GetSealAmount() <= 0.0f ) )
319319
{
320+
Msg("Finished! ");
320321
FinishWeld( pMarine, false );
321322
}
322323
}

0 commit comments

Comments
 (0)