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);