[TF2] Switching from the medigun while healing someone screws with viewmodels

This commit is contained in:
Vlad
2025-07-10 09:26:39 +03:00
committed by EricS-Valve
parent 2cc7461ba9
commit 655fb3193b

View File

@@ -458,6 +458,7 @@ bool CWeaponMedigun::Holster( CBaseCombatWeapon *pSwitchingTo )
//-----------------------------------------------------------------------------
void CWeaponMedigun::UpdateOnRemove( void )
{
m_bHealing = false;
RemoveHealingTarget( true );
m_bAttacking = false;
m_bChargeRelease = false;