diff --git a/SpyCustom/dllmain.cpp b/SpyCustom/dllmain.cpp index c1aa87b..5cf9e79 100644 --- a/SpyCustom/dllmain.cpp +++ b/SpyCustom/dllmain.cpp @@ -461,7 +461,7 @@ DWORD WINAPI HackThread(HMODULE hModule) DetourRemove(reinterpret_cast(oSendNetMsg), reinterpret_cast(hkSendNetMsg)); } - DetourRemove(reinterpret_cast(oGetAccountData), reinterpret_cast(hkGetAccountData)); + //DetourRemove(reinterpret_cast(oGetAccountData), reinterpret_cast(hkGetAccountData)); DetourRemove(reinterpret_cast(oParticleCollectionSimulate), reinterpret_cast(hkParticleCollectionSimulate)); if (ptrDevMsg)