fix: catch some discord bot errors

This commit is contained in:
goat 2020-07-20 18:25:07 +02:00
parent f92a37fbf9
commit 64f07a8c02
3 changed files with 31 additions and 17 deletions

View file

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