Skip to content

Commit eb94b34

Browse files
Fix template
1 parent 613b85e commit eb94b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Patches/Miscellaneous.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private static bool Prefix()
3232
}
3333
}
3434

35-
[HarmonyPatch(typeof(GorillaNot), "CheckReports", MethodType.Enumerator)]
35+
[HarmonyPatch(typeof(GorillaNot), "CheckReports")]
3636
public class NoCheckReports : MonoBehaviour
3737
{
3838
private static bool Prefix()

0 commit comments

Comments
 (0)