From 7b039443ea77c1be2214f6ca2d35553a9e4c450a Mon Sep 17 00:00:00 2001 From: Tekka Date: Fri, 31 Mar 2023 11:41:11 -0700 Subject: [PATCH] Remove unused boolean --- PizzaOven/UI/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PizzaOven/UI/MainWindow.xaml.cs b/PizzaOven/UI/MainWindow.xaml.cs index 0036e5d..6728c0e 100644 --- a/PizzaOven/UI/MainWindow.xaml.cs +++ b/PizzaOven/UI/MainWindow.xaml.cs @@ -288,8 +288,6 @@ private async void Launch_Click(object sender, RoutedEventArgs e) UseShellExecute = true, Verb = "open" }; - if (File.Exists($"{Global.config.ModsFolder}{Global.s}PizzaOven.win")) - ps.Arguments = $@"-game ""{Global.config.ModsFolder}{Global.s}PizzaOven.win"""; Process.Start(ps); } catch (Exception ex)