Skip to content

Commit

Permalink
Remove unused boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Mar 31, 2023
1 parent 183917c commit 7b03944
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PizzaOven/UI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b03944

Please sign in to comment.