From 34e0c7c4b54693f77f6c68c7ec42715ea32a192a Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Mon, 20 Jul 2020 15:29:04 +0200 Subject: [PATCH] also inject exception handler in release --- Dalamud.Injector/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud.Injector/Program.cs b/Dalamud.Injector/Program.cs index ef1bca2f2..0e1b432af 100644 --- a/Dalamud.Injector/Program.cs +++ b/Dalamud.Injector/Program.cs @@ -75,7 +75,7 @@ namespace Dalamud.Injector { Thread.Sleep(1000); -#if DEBUG +#if DEBUG || RELEASE // Inject exception handler NativeInject(process); #endif