mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Removed duplicate setting of contents for trigger_hurt.
This commit is contained in:
parent
011fcabb22
commit
fe64955c0c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue