diff --git a/source/server/entities/map_entities.qc b/source/server/entities/map_entities.qc index 75c72e7..21fcf9e 100644 --- a/source/server/entities/map_entities.qc +++ b/source/server/entities/map_entities.qc @@ -90,6 +90,8 @@ void() radio_hit = if (self.spawnflags & SPAWNFLAG_RADIO_PLAYONCE) self.takedamage = DAMAGE_NO; + + SUB_UseTargets(); } void() item_radio =