Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
2.206
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Jun 1, 2024
1 parent 6e57c30 commit d7fd1b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/gd.hpp
4 changes: 2 additions & 2 deletions src/standalone/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7fd1b3

Please sign in to comment.