fix ide check

This commit is contained in:
bluepilledgreat 2023-10-06 16:40:12 +01:00
parent fba342b840
commit 12faf50c40

View File

@ -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)