Skip to content

Commit

Permalink
idfc shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Thot authored Oct 11, 2024
1 parent c687f41 commit e46be6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bloxstrap/UI/Frontend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e46be6d

Please sign in to comment.