Skip to content

Commit

Permalink
consider it handled
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Mar 27, 2024
1 parent 500c69b commit 4210de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BunnymodXT/modules/ServerDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4210de2

Please sign in to comment.