diff --git a/libs/gd.hpp b/libs/gd.hpp index 605550b..a2ae0a3 160000 --- a/libs/gd.hpp +++ b/libs/gd.hpp @@ -1 +1 @@ -Subproject commit 605550b913b90fe2abd2ee2cc6e07ab940a41115 +Subproject commit a2ae0a3c7d6aac5dd99350043f3d1657539525dd diff --git a/src/standalone/main.cpp b/src/standalone/main.cpp index 1679739..5c7eda1 100644 --- a/src/standalone/main.cpp +++ b/src/standalone/main.cpp @@ -24,9 +24,9 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv crashhandler::init(); // TODO: Add support for other versions - if (openhack::utils::getGameVersion() != "2.204") { + if (openhack::utils::getGameVersion() != "2.206") { L_ERROR("Unsupported game version"); - return FALSE; + return TRUE; } // Initialize OpenHack