diff --git a/AquaMai.Mods/GameSystem/AdxHidInput.cs b/AquaMai.Mods/GameSystem/AdxHidInput.cs index fc3e1628..5a30883f 100644 --- a/AquaMai.Mods/GameSystem/AdxHidInput.cs +++ b/AquaMai.Mods/GameSystem/AdxHidInput.cs @@ -166,7 +166,7 @@ public class AdxHidInput } [HarmonyPatch] - [EnableIf(nameof(io4Compact), EnableConditionOperator.Equal, false)] + [EnableIf(typeof(AdxHidInput), nameof(io4Compact), EnableConditionOperator.Equal, false)] public static class Hook { public static IEnumerable TargetMethods()