mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #1423 from Haselnussbomber/fix-signaturehelper-hooks
This commit is contained in:
commit
a880b22d42
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ internal static class SignatureHelper
|
|||
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);
|
||||
createdHooks.Add(hook);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue