Skip to content

Commit

Permalink
Dont spawn HermesProxy window
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Nov 10, 2023
1 parent 2c3bcb9 commit 921e01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinterspringLauncher/LauncherActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public static Process StartHermesProxy(string hermesDir, ushort modernClientBuil
FileName = executablePath,
WorkingDirectory = hermesDir,
RedirectStandardOutput = true,
CreateNoWindow = true,
ArgumentList = {
"--no-version-check",
"--set", $"ClientBuild={modernClientBuild}",
Expand Down

0 comments on commit 921e01e

Please sign in to comment.