We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613b85e commit eb94b34Copy full SHA for eb94b34
Patches/Miscellaneous.cs
@@ -32,7 +32,7 @@ private static bool Prefix()
32
}
33
34
35
- [HarmonyPatch(typeof(GorillaNot), "CheckReports", MethodType.Enumerator)]
+ [HarmonyPatch(typeof(GorillaNot), "CheckReports")]
36
public class NoCheckReports : MonoBehaviour
37
{
38
private static bool Prefix()
0 commit comments