diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 7641a05..fddcc1a 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -250,7 +250,7 @@ namespace Bloxstrap isStudioLaunch = true; isStudioAuth = true; } - else if (LaunchArgs[0] == "-ide" && LaunchArgs.Length >= 2) + else if (LaunchArgs[0] == "-ide") { isStudioLaunch = true; if (LaunchArgs.Length >= 2)