diff --git a/src/game/shared/tf/tf_player_shared.cpp b/src/game/shared/tf/tf_player_shared.cpp index 6529744974..a718428ca4 100644 --- a/src/game/shared/tf/tf_player_shared.cpp +++ b/src/game/shared/tf/tf_player_shared.cpp @@ -7000,7 +7000,7 @@ void CTFPlayerShared::OnAddStealthed( void ) #ifdef CLIENT_DLL // Remove water balloon effect if it on player - m_pOuter->ParticleProp()->StopParticlesNamed( "balloontoss_drip", true ); + // m_pOuter->ParticleProp()->StopParticlesNamed( "balloontoss_drip", true ); m_pOuter->UpdateSpyStateChange(); m_pOuter->UpdateKillStreakEffects( GetStreak( kTFStreak_Kills ) );