diff --git a/Dalamud/Hooking/Internal/HookProviderPluginScoped.cs b/Dalamud/Hooking/Internal/HookProviderPluginScoped.cs
index 0e7ef4c7b..0878bce28 100644
--- a/Dalamud/Hooking/Internal/HookProviderPluginScoped.cs
+++ b/Dalamud/Hooking/Internal/HookProviderPluginScoped.cs
@@ -80,7 +80,7 @@ internal class HookProviderPluginScoped : IHookProvider, IServiceType, IDisposab
///
public Hook FromSignature(string signature, T detour, IHookProvider.HookBackend backend = IHookProvider.HookBackend.Automatic) where T : Delegate
- => this.FromAddress(this.scanner.ScanText(signature), detour);
+ => this.FromAddress(this.scanner.ScanText(signature), detour, backend);
///
public void Dispose()