From 922789b4137498a93fc7396c036e8d7da24662b3 Mon Sep 17 00:00:00 2001 From: cypress Date: Wed, 29 Nov 2023 14:24:21 -0500 Subject: [PATCH] SERVER/FTE: Fix Gibs not being networked to everyone --- source/server/weapons/weapon_core.qc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/server/weapons/weapon_core.qc b/source/server/weapons/weapon_core.qc index 9d54970..15c329f 100644 --- a/source/server/weapons/weapon_core.qc +++ b/source/server/weapons/weapon_core.qc @@ -594,8 +594,7 @@ void(vector where) spawn_gibs = { WriteCoord(MSG_MULTICAST, where_x); WriteCoord(MSG_MULTICAST, where_y); WriteCoord(MSG_MULTICAST, where_z); - msg_entity = self; - multicast('0 0 0', MULTICAST_ONE); + multicast('0 0 0', MULTICAST_ALL); #endif // FTE