feat: plugin testing stuff

This commit is contained in:
goat 2020-06-08 14:46:56 +02:00
parent cf08eaee87
commit a9fa629e0b
4 changed files with 32 additions and 31 deletions

View file

@ -75,8 +75,10 @@ namespace Dalamud.Injector {
Thread.Sleep(1000);
#if !DEBUG
// Inject exception handler
NativeInject(process);
#endif
}
private static void Inject(Process process, DalamudStartInfo info) {