fix getgameversion not using the impl

This commit is contained in:
altalk23 2024-05-26 16:07:17 +03:00
parent 408395064d
commit 8ea94d1e39

View file

@ -136,7 +136,7 @@ void applicationDidFinishLaunchingHook(void* self, SEL sel, NSNotification* noti
bool loadGeode() {
if (GEODE_STR(GEODE_GD_VERSION) != Loader::get()->getGameVersion()) {
if (GEODE_STR(GEODE_GD_VERSION) != LoaderImpl::get()->getGameVersion()) {
console::messageBox(
"Unable to Load Geode!",
fmt::format(