fix: DI in payloads

This commit is contained in:
goat 2020-07-25 21:21:51 +02:00
parent 26631682cd
commit 1fffc18da9
9 changed files with 45 additions and 27 deletions

View file

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