From e9a877bd7415ac6d184f8fa6c19ef8b1ca7b0b86 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Fri, 11 Feb 2022 19:35:46 +0100 Subject: [PATCH] Update dllmain.cpp --- src/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dllmain.cpp b/src/dllmain.cpp index 7be32cb..c84d121 100644 --- a/src/dllmain.cpp +++ b/src/dllmain.cpp @@ -6,7 +6,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv if (ul_reason_for_call == DLL_PROCESS_ATTACH) { const auto value = *reinterpret_cast(0x21600000); - if (value != 0x9730166E) + if (value != 0x8A94852) { MessageBoxA(NULL, "This version of iw5-gsc-utils is outdated.\n" \