Fix game exit

This commit is contained in:
rtm516
2026-03-01 17:29:59 +00:00
parent e6e1b4ef38
commit 31e993d6ee
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()
{