Skip to content

Commit 22f6045

Browse files
committed
make not solid rather than changing collision group
1 parent eaa398d commit 22f6045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/swarm/asw_grenade_vindicator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void CASW_Grenade_Vindicator::Detonate()
355355
SetModelIndex( 0 );
356356
SetModelName( NULL_STRING );
357357
SetTouch( NULL );
358-
SetCollisionGroup( COLLISION_GROUP_DEBRIS );
358+
SetSolid( SOLID_NONE );
359359

360360
// give time for m_vecDetonateOrigin to be sent to client so it can simulate the explosion effects
361361
SetThink( &CASW_Grenade_Vindicator::SUB_Remove );

0 commit comments

Comments
 (0)