don't inject crash handler after all

This commit is contained in:
goat 2020-07-20 16:34:30 +02:00
parent 34e0c7c4b5
commit ebc9ae222d

View file

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