From 941891499c916cc7608445b9b103de6dcfb547f2 Mon Sep 17 00:00:00 2001 From: cypress Date: Mon, 17 Jul 2023 12:48:29 -0400 Subject: [PATCH] SERVER: Fix crash when calling th_diewunder on item_radio --- source/server/entities/map_entities.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/server/entities/map_entities.qc b/source/server/entities/map_entities.qc index bd9db85..e014426 100644 --- a/source/server/entities/map_entities.qc +++ b/source/server/entities/map_entities.qc @@ -111,6 +111,7 @@ void() item_radio = self.health = 1; self.radioState = 0; self.th_die = radio_hit; + self.th_diewunder = SUB_Null; }; /* ================