This commit is contained in:
Clansty 2025-10-14 22:23:59 +08:00
parent 32ebf76cf7
commit bb673cfa38
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134

View File

@ -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<MethodBase> TargetMethods()