mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix SignatureHelper Hooks
This commit is contained in:
parent
c767971a36
commit
64f76ec69f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ internal static class SignatureHelper
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var hook = creator.Invoke(null, new object?[] { ptr, detour, IGameInteropProvider.HookBackend.Automatic }) as IDalamudHook;
|
var hook = creator.Invoke(null, new object?[] { ptr, detour, false }) as IDalamudHook;
|
||||||
info.SetValue(self, hook);
|
info.SetValue(self, hook);
|
||||||
createdHooks.Add(hook);
|
createdHooks.Add(hook);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue