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");
|
||||
LaunchGame(config.JavaPath, config.Username, config.UUID,
|
||||
config.GameMemory, config.GameWindowWidth, config.GameWindowHeight);
|
||||
gameProcess.WaitForExit();
|
||||
Info.Log("b", "minecraft closed");
|
||||
// gameProcess.WaitForExit();
|
||||
// Info.Log("b", "minecraft closed");
|
||||
}
|
||||
break;
|
||||
case ConsoleKey.F2:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user