trigger_multiple: Stop checking if what we touch is of MOVETYPE_WALK
This commit is contained in:
parent
868b9d1b04
commit
fd6fe5447b
1 changed files with 0 additions and 4 deletions
|
@ -61,10 +61,6 @@ trigger_multiple::touch(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (other.movetype != MOVETYPE_WALK) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_flDelay > 0) {
|
||||
UseTargets_Delay(other, TRIG_TOGGLE, m_flDelay);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue