Removed duplicate setting of contents for trigger_hurt.

This commit is contained in:
Zack Middleton 2011-11-28 17:36:58 +00:00
parent 011fcabb22
commit fe64955c0c

View file

@ -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