Fix SignatureHelper Hooks

This commit is contained in:
Haselnussbomber 2023-09-23 17:20:19 +02:00
parent c767971a36
commit 64f76ec69f
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -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);