Update pointers

This commit is contained in:
Federico Cecchetto
2022-02-07 02:00:15 +01:00
parent aa1ae8c574
commit 3060df1f05
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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<DWORD*>(0x21500000);
if (value != 0x9C28D23B)
const auto value = *reinterpret_cast<DWORD*>(0x21600000);
if (value != 0x9730166E)
{
MessageBoxA(NULL,
"This version of iw5-gsc-utils is outdated.\n" \