From 6039b7863fc2edea9c7b42682bdc080ebaa44bf2 Mon Sep 17 00:00:00 2001 From: khang Date: Tue, 26 Mar 2024 21:02:55 -0400 Subject: [PATCH] consider it handled (1) --- BunnymodXT/modules/ServerDLL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BunnymodXT/modules/ServerDLL.cpp b/BunnymodXT/modules/ServerDLL.cpp index 5a18845e..d9e307b7 100644 --- a/BunnymodXT/modules/ServerDLL.cpp +++ b/BunnymodXT/modules/ServerDLL.cpp @@ -3436,7 +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; + pkvd->fHandled = 1; } ORIG_DispatchKeyValue(pentKeyvalue, pkvd);