doesnt wait for exit
This commit is contained in:
parent
fde80452de
commit
a69f5ca764
@ -148,8 +148,8 @@ internal static partial class Launcher
|
|||||||
Info.Log("g", "launching minecraft");
|
Info.Log("g", "launching minecraft");
|
||||||
LaunchGame(config.JavaPath, config.Username, config.UUID,
|
LaunchGame(config.JavaPath, config.Username, config.UUID,
|
||||||
config.GameMemory, config.GameWindowWidth, config.GameWindowHeight);
|
config.GameMemory, config.GameWindowWidth, config.GameWindowHeight);
|
||||||
gameProcess.WaitForExit();
|
// gameProcess.WaitForExit();
|
||||||
Info.Log("b", "minecraft closed");
|
// Info.Log("b", "minecraft closed");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ConsoleKey.F2:
|
case ConsoleKey.F2:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user