This commit is contained in:
bluepilledgreat 2024-06-15 18:16:07 +01:00
parent e72ef9d202
commit 6ad9bfcf34
2 changed files with 1 additions and 4 deletions

View File

@ -295,7 +295,7 @@ namespace Bloxstrap
_launchCommandLine = _launchCommandLine.Replace("LAUNCHTIMEPLACEHOLDER", DateTimeOffset.Now.ToUnixTimeMilliseconds().ToString()); _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:"; _launchCommandLine += "+channel:";
else else
_launchCommandLine += " -channel "; _launchCommandLine += " -channel ";

View File

@ -106,9 +106,6 @@ namespace Bloxstrap
{ {
RobloxLaunchArgs = ProtocolHandler.ParseUri(arg); RobloxLaunchArgs = ProtocolHandler.ParseUri(arg);
if (!RobloxLaunchArgs.Contains("-startEvent"))
RobloxLaunchArgs += " -startEvent www.roblox.com/robloxQTStudioStartedEvent";
RobloxLaunchMode = LaunchMode.Studio; RobloxLaunchMode = LaunchMode.Studio;
} }
else if (arg.StartsWith("roblox-studio-auth:")) else if (arg.StartsWith("roblox-studio-auth:"))