mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 19:38:13 +05:00
Fix game exit
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user