mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-13 19:54:41 -07:00
fix ide check
This commit is contained in:
parent
fba342b840
commit
12faf50c40
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user