mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Windows: change outdated gd message
This commit is contained in:
parent
ea6ac9f172
commit
8ab3f56090
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue