We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae7e7f commit d269c6eCopy full SHA for d269c6e
Sonic '06 Mod Manager/ModManager.cs
@@ -854,22 +854,9 @@ private void LaunchXenia()
854
xeniaBox.Text = xeniaPath;
855
Properties.Settings.Default.xeniaPath = xeniaPath;
856
Properties.Settings.Default.Save();
857
- }
858
-
859
- string args;
860
- if (File.Exists($"{s06Path}\\default.xex")) { args = $"\"{s06Path}\\default.xex\""; }
861
- else { args = string.Empty; }
862
863
- Console.WriteLine("\nStarting Xenia.\n");
864
- ProcessStartInfo xeniaExec;
865
- xeniaExec = new ProcessStartInfo(xeniaPath)
866
- {
867
- WorkingDirectory = Path.GetDirectoryName(xeniaPath),
868
- Arguments = args
869
- };
870
- var xenia = Process.Start(xeniaExec);
871
- xenia.WaitForExit();
872
- CleanUpMods();
+ tab_Section.SelectedIndex = 1;
+ }
873
}
874
875
0 commit comments