From dfa71de24b09a08fc74be6c56869839efef9ad37 Mon Sep 17 00:00:00 2001 From: VReaperV Date: Mon, 23 Feb 2026 23:07:46 +0300 Subject: [PATCH] Make SVF_BROADCAST_ONCE have a unique SVF_* value --- src/engine/server/sg_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/server/sg_api.h b/src/engine/server/sg_api.h index db1d211ee8..f13f07ef44 100644 --- a/src/engine/server/sg_api.h +++ b/src/engine/server/sg_api.h @@ -44,7 +44,7 @@ along with this program. If not, see . #define SVF_SELF_PORTAL_EXCLUSIVE 0x00010000 #define SVF_RIGID_BODY 0x00020000 // ignored by the engine #define SVF_CLIENTS_IN_RANGE 0x00040000 // clients within range -#define SVF_BROADCAST_ONCE 0x00040000 // broadcasted to newly connecting clients, and once to connected clients when spawned +#define SVF_BROADCAST_ONCE 0x00080000 // broadcasted to newly connecting clients, and once to connected clients when spawned #define MAX_ENT_CLUSTERS 16