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)