Skip to content

Commit

Permalink
Dowgrade version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Sep 25, 2022
1 parent 935ea4f commit 29504e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/playlunky/dll_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __declspec(dllexport) int __stdcall _(void)
return 0;
}

inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.27";
inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.25.2";

BOOL WINAPI DllMain([[maybe_unused]] HINSTANCE hinst, DWORD dwReason, [[maybe_unused]] LPVOID reserved)
{
Expand Down

0 comments on commit 29504e6

Please sign in to comment.