From a69f5ca764444ab42e438412eac9911cec675d47 Mon Sep 17 00:00:00 2001 From: timerix Date: Sat, 15 Oct 2022 01:33:46 +0600 Subject: [PATCH] doesnt wait for exit --- minecraft-launcher-client/Launcher.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft-launcher-client/Launcher.cs b/minecraft-launcher-client/Launcher.cs index f5d79d4..95c60a2 100644 --- a/minecraft-launcher-client/Launcher.cs +++ b/minecraft-launcher-client/Launcher.cs @@ -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: