From e46be6dae5b20330b35cd0d89f11bd9d873f151b Mon Sep 17 00:00:00 2001 From: Roblox Thot <67937010+Roblox-Thot@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:39:20 -0400 Subject: [PATCH] idfc shut up --- Bloxstrap/UI/Frontend.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bloxstrap/UI/Frontend.cs b/Bloxstrap/UI/Frontend.cs index 21cca14f..8d768ea5 100644 --- a/Bloxstrap/UI/Frontend.cs +++ b/Bloxstrap/UI/Frontend.cs @@ -31,7 +31,6 @@ public static void ShowPlayerErrorDialog(bool crash = false) topLine = Strings.Dialog_PlayerError_Crash; ShowMessageBox($"{topLine}\n\n{Strings.Dialog_PlayerError_HelpInformation}", MessageBoxImage.Error); - Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Roblox-crashes-or-does-not-launch"); } public static void ShowExceptionDialog(Exception exception)