From d7fd1b32fea730db02677fb1c79dc9c096d46a58 Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Sun, 2 Jun 2024 01:24:48 +0300 Subject: [PATCH] 2.206 --- libs/gd.hpp | 2 +- src/standalone/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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