Fix issue preventing launcher from re-opening
This commit is contained in:
parent
7c6a26b496
commit
b8ab5f218a
@ -50,6 +50,7 @@ namespace TrueCraft.Launcher
|
||||
process.StartInfo = new ProcessStartInfo("mono", "TrueCraft.Client.Linux.exe " + ServerIPText.Text);
|
||||
else
|
||||
process.StartInfo = new ProcessStartInfo("TrueCraft.Client.Linux.exe", ServerIPText.Text);
|
||||
process.EnableRaisingEvents = true;
|
||||
process.Exited += (s, a) => Application.Invoke(ClientExited);
|
||||
process.Start();
|
||||
this.ShowInTaskbar = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user