From c4af5391ca0e508f5e681b06a549b6fd251732fe Mon Sep 17 00:00:00 2001 From: Diavolo Date: Fri, 1 Jul 2022 19:08:35 +0200 Subject: [PATCH] [QuickPatch] Better hook for cheat dvars --- src/Components/Modules/QuickPatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 5efa88a4..564aaa1e 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -683,7 +683,7 @@ namespace Components Utils::Hook::Set(0x60AE2B, true); // Disable cheat protection for dvars - Utils::Hook::Set(0x647682, 0xEB); + Utils::Hook::Set(0x646515, 0xEB); // Dvar_IsCheatProtected #else // Remove missing tag message Utils::Hook::Nop(0x4EBF1A, 5);