fix: hack around actor table address acquiring

This commit is contained in:
goat 2020-03-29 16:43:52 +09:00
parent 3b9e04e7a2
commit ea8df55b9d
6 changed files with 50 additions and 8 deletions

View file

@ -58,6 +58,8 @@ namespace Dalamud.Injector {
// Seems to help with the STATUS_INTERNAL_ERROR condition
Thread.Sleep(1000);
//Thread.Sleep(10000);
// Inject to process
Inject(process, startInfo);
}