Fix game exit

This commit is contained in:
rtm516 2026-03-01 17:29:59 +00:00
parent e6e1b4ef38
commit 31e993d6ee
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
2 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,8 @@ void CConsoleMinecraftApp::StoreLaunchData()
}
void CConsoleMinecraftApp::ExitGame()
{
// This is likely not the correct way to exit the game, but it will do for now
ExitProcess(0);
}
void CConsoleMinecraftApp::FatalLoadError()
{