Skip to content

Commit ee393a5

Browse files
committed
1 parent ac816e1 commit ee393a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/game/shared/tf/tf_player_shared.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7434,6 +7434,13 @@ void CTFPlayerShared::OnRemoveStunned( void )
74347434
#endif
74357435

74367436
m_pOuter->TeamFortress_SetSpeed();
7437+
7438+
#ifdef BDSBASE
7439+
if (m_pOuter->GetActiveWeapon() && !InCond(TF_COND_TAUNTING) && !InCond(TF_COND_HALLOWEEN_KART))
7440+
{
7441+
m_pOuter->GetActiveWeapon()->SetWeaponVisible(true);
7442+
}
7443+
#endif
74377444
}
74387445

74397446
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)