also inject exception handler in release

This commit is contained in:
goat 2020-07-20 15:29:04 +02:00
parent 700826ec86
commit 34e0c7c4b5

View file

@ -75,7 +75,7 @@ namespace Dalamud.Injector {
Thread.Sleep(1000); Thread.Sleep(1000);
#if DEBUG #if DEBUG || RELEASE
// Inject exception handler // Inject exception handler
NativeInject(process); NativeInject(process);
#endif #endif