From 4210de25eb9483a23507c3796d6c27485b72efba Mon Sep 17 00:00:00 2001 From: khang Date: Tue, 26 Mar 2024 21:00:22 -0400 Subject: [PATCH] consider it handled --- BunnymodXT/modules/ServerDLL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BunnymodXT/modules/ServerDLL.cpp b/BunnymodXT/modules/ServerDLL.cpp index 7ead9e9b..5a18845e 100644 --- a/BunnymodXT/modules/ServerDLL.cpp +++ b/BunnymodXT/modules/ServerDLL.cpp @@ -3436,6 +3436,7 @@ HOOK_DEF_2(ServerDLL, void, __cdecl, DispatchKeyValue, edict_t*, pentKeyvalue, K const auto index = pentKeyvalue - edicts; tpLandmarks[index] = pkvd->szValue; + pkvd->fHandled = TRUE; } ORIG_DispatchKeyValue(pentKeyvalue, pkvd);