mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-20 06:23:51 +00:00
Fix game exit
This commit is contained in:
parent
e6e1b4ef38
commit
31e993d6ee
2 changed files with 4 additions and 2 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue