Merge pull request #1423 from Haselnussbomber/fix-signaturehelper-hooks

This commit is contained in:
goat 2023-09-23 17:24:59 +02:00 committed by GitHub
commit a880b22d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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