From bd12d605a32a51b84aec6dd5c991465ee687b98a Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 16 Oct 2024 01:17:34 +0100 Subject: [PATCH] whoops didn't mean to push that --- Bloxstrap/Installer.cs | 2 -- 1 file changed, 2 deletions(-) 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;