SERVER/FTE: Fix Gibs not being networked to everyone

This commit is contained in:
cypress 2023-11-29 14:24:21 -05:00
parent 68aaae1bee
commit 922789b413

View file

@ -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