We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa398d commit 22f6045Copy full SHA for 22f6045
1 file changed
src/game/server/swarm/asw_grenade_vindicator.cpp
@@ -355,7 +355,7 @@ void CASW_Grenade_Vindicator::Detonate()
355
SetModelIndex( 0 );
356
SetModelName( NULL_STRING );
357
SetTouch( NULL );
358
- SetCollisionGroup( COLLISION_GROUP_DEBRIS );
+ SetSolid( SOLID_NONE );
359
360
// give time for m_vecDetonateOrigin to be sent to client so it can simulate the explosion effects
361
SetThink( &CASW_Grenade_Vindicator::SUB_Remove );
0 commit comments