diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index 6e7b312..e9a4045 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -522,8 +522,6 @@ namespace Bloxstrap { if (isAutoUpgrade) { - Frontend.ShowMessageBox(String.Join(',', App.LaunchSettings.Args.Length)); - if (App.LaunchSettings.Args.Length == 0) App.LaunchSettings.RobloxLaunchMode = LaunchMode.Player;