From bb673cfa38cb6d89fb929ee2a14e1781a8de0d60 Mon Sep 17 00:00:00 2001 From: Clansty Date: Tue, 14 Oct 2025 22:23:59 +0800 Subject: [PATCH] [F] fix --- AquaMai.Mods/GameSystem/AdxHidInput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()