mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix it
This commit is contained in:
parent
e72ef9d202
commit
6ad9bfcf34
@ -295,7 +295,7 @@ namespace Bloxstrap
|
||||
_launchCommandLine = _launchCommandLine.Replace("LAUNCHTIMEPLACEHOLDER", DateTimeOffset.Now.ToUnixTimeMilliseconds().ToString());
|
||||
|
||||
|
||||
if (_launchCommandLine.StartsWith("roblox-player:1"))
|
||||
if (_launchCommandLine.StartsWith("roblox-player:1") || _launchCommandLine.StartsWith("roblox-studio:1"))
|
||||
_launchCommandLine += "+channel:";
|
||||
else
|
||||
_launchCommandLine += " -channel ";
|
||||
|
@ -106,9 +106,6 @@ namespace Bloxstrap
|
||||
{
|
||||
RobloxLaunchArgs = ProtocolHandler.ParseUri(arg);
|
||||
|
||||
if (!RobloxLaunchArgs.Contains("-startEvent"))
|
||||
RobloxLaunchArgs += " -startEvent www.roblox.com/robloxQTStudioStartedEvent";
|
||||
|
||||
RobloxLaunchMode = LaunchMode.Studio;
|
||||
}
|
||||
else if (arg.StartsWith("roblox-studio-auth:"))
|
||||
|
Loading…
Reference in New Issue
Block a user