From 2aad4a471d1ff46207361f03b345bcf5f29465f9 Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Sat, 25 Mar 2023 20:04:33 -0400 Subject: [PATCH] SERVER: Have explosive_barrel entity fire targets on explode --- source/server/entities/explosive_barrel.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/server/entities/explosive_barrel.qc b/source/server/entities/explosive_barrel.qc index 423fc43..f0a6ca5 100644 --- a/source/server/entities/explosive_barrel.qc +++ b/source/server/entities/explosive_barrel.qc @@ -42,6 +42,7 @@ void() Barrel_Explode = CallExplosion(self.origin); + SUB_UseTargets (); SUB_Remove (); };