Skip to content

Commit

Permalink
fix typo in gd ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 12, 2024
1 parent df9095c commit c63cf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/ServerUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ std::string ServerUtils::getBaseURL() {
static_assert(GEODE_COMP_GD_VERSION == 22060, "Unsupported GD version");
originalUrl = (char*)(base::get() + 0x5251d0);
#elif defined(GEODE_IS_ARM_MAC)
static_assert(GEODE_COMP_GD_VERSION == 22600, "Unsupported GD version");
static_assert(GEODE_COMP_GD_VERSION == 22060, "Unsupported GD version");
originalUrl = (char*)(base::get() + 0x78bf98);
#elif defined(GEODE_IS_INTEL_MAC)
static_assert(GEODE_COMP_GD_VERSION == 22600, "Unsupported GD version");
static_assert(GEODE_COMP_GD_VERSION == 22060, "Unsupported GD version");
originalUrl = (char*)(base::get() + 0x875058);
#elif defined(GEODE_IS_ANDROID64)
static_assert(GEODE_COMP_GD_VERSION == 22060, "Unsupported GD version");
Expand Down

0 comments on commit c63cf34

Please sign in to comment.