From 5f51c41e654104ddf9519d9854c266a08ba298f0 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 8 Sep 2020 20:55:54 +0200 Subject: [PATCH] don't fuck exception handler --- Dalamud/Dalamud.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Dalamud.cs b/Dalamud/Dalamud.cs index 2a0493071..1e784044e 100644 --- a/Dalamud/Dalamud.cs +++ b/Dalamud/Dalamud.cs @@ -180,7 +180,7 @@ namespace Dalamud { public void Start() { #if DEBUG - ReplaceExceptionHandler(); + //ReplaceExceptionHandler(); #endif }