Windows: change outdated gd message

This commit is contained in:
Cvolton 2024-03-17 18:11:08 +01:00
parent ea6ac9f172
commit 8ab3f56090
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ int WINAPI gdMainHook(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
fmt::format(
"This version of Geode is made for Geometry Dash {} "
"but you're trying to play with GD {}.\n"
"Please, update your game or install an older version of Geode.",
"Please, update your game.",
GEODE_STR(GEODE_GD_VERSION),
LoaderImpl::get()->getGameVersion()
)