SERVER: Call SUB_UseTargets for item_radio

This commit is contained in:
cypress 2024-09-01 19:26:54 -07:00
parent dfd5e6787e
commit 3a991477ae
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ void() radio_hit =
if (self.spawnflags & SPAWNFLAG_RADIO_PLAYONCE)
self.takedamage = DAMAGE_NO;
SUB_UseTargets();
}
void() item_radio =