mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
SERVER: Call SUB_UseTargets for item_radio
This commit is contained in:
parent
dfd5e6787e
commit
3a991477ae
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ void() radio_hit =
|
|||
|
||||
if (self.spawnflags & SPAWNFLAG_RADIO_PLAYONCE)
|
||||
self.takedamage = DAMAGE_NO;
|
||||
|
||||
SUB_UseTargets();
|
||||
}
|
||||
|
||||
void() item_radio =
|
||||
|
|
Loading…
Reference in a new issue