diff --git a/code/game/g_trigger.c b/code/game/g_trigger.c index 94de3fbf..74613918 100644 --- a/code/game/g_trigger.c +++ b/code/game/g_trigger.c @@ -390,8 +390,6 @@ void SP_trigger_hurt( gentity_t *self ) { self->damage = 5; } - self->r.contents = CONTENTS_TRIGGER; - self->use = hurt_use; // link in to the world if starting active