Skip to content

Commit 6b15833

Browse files
committed
add isbfiring to weld
1 parent fca59fc commit 6b15833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/shared/swarm/asw_weapon_welder_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void CASW_Weapon_Welder::WeldDoor(bool bSeal)
205205
{
206206
FinishWeld( pMarine, false );
207207
}
208-
else
208+
else if ( m_bIsFiring )
209209
{
210210
if ( bSeal )
211211
{

0 commit comments

Comments
 (0)