Skip to content

Commit

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

0 comments on commit 6039b78

Please sign in to comment.