diff --git a/src/dllmain.cpp b/src/dllmain.cpp index 7aa72f6..0ef4a9b 100644 --- a/src/dllmain.cpp +++ b/src/dllmain.cpp @@ -5,8 +5,8 @@ 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(0x20800000); - if (value != 0x2A6784ED) + const auto value = *reinterpret_cast(0x20900000); + if (value != 0xF0681B6A) { MessageBoxA(NULL, "This version of iw5-gsc-utils is outdated.\n" \