mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: hack around actor table address acquiring
This commit is contained in:
parent
3b9e04e7a2
commit
ea8df55b9d
6 changed files with 50 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue