mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 18:55:20 -05:00
Fixed duplicate function parameter
This commit is contained in:
@@ -126,7 +126,7 @@ internal static void CenterToForm(Control child, Control parent)
|
||||
internal static DialogResult Error(string friendlyMessage, Exception exception)
|
||||
{
|
||||
System.Media.SystemSounds.Exclamation.Play();
|
||||
return ErrorWindow.ShowErrorDialog(friendlyMessage, exception, true, true);
|
||||
return ErrorWindow.ShowErrorDialog(friendlyMessage, exception, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user