From 12faf50c408041ca775d426f2d60d13d97bab678 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:40:12 +0100 Subject: [PATCH] fix ide check --- Bloxstrap/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)