Morning getting this error when loading.
NexusCheatRadar v1.9.4 by WinterChild84 (Nexus84) hook 'Init' took longer than 100ms [194ms]
Loaded plugin NexusCheatRadar v1.9.4 by WinterChild84 (Nexus84) [1098ms]
A hook request for 'OnPlayerAttack[426aa7]' received:
- The current status is FAILURE: Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:BasePlayer.OnProjectileAttack_Patch1 (BasePlayer,BaseEntity/RPCMessage): IL_191c: ret
- Check for possible errors on the log file
Error while patching hook 'OnPlayerAttack[426aa7]' (Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:BasePlayer.OnProjectileAttack_Patch1 (BasePlayer,BaseEntity/RPCMessage): IL_191c: ret
)
at MethodInfo HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo)
at MethodInfo HarmonyLib.PatchProcessor.Patch()
at MethodInfo HarmonyLib.Harmony.Patch(MethodBase original, HarmonyMethod prefix, HarmonyMethod postfix, HarmonyMethod transpiler, HarmonyMethod finalizer)
at bool Carbon.Hooks.HookEx.ApplyPatch() in /home/runner/work/Carbon/Carbon/src/Carbon/src/Hooks/HookEx.cs:line 170
A hook request for 'OnPlayerAttack[a82d52]' received:
- The current status is FAILURE: Exception has been thrown by the target of an invocation.
- Check for possible errors on the log file
Error while patching hook 'OnPlayerAttack[a82d52]' (Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index)
at CodeInstruction System.Collections.Generic.List<HarmonyLib.CodeInstruction>.get_Item(int index)
at IEnumerable<CodeInstruction> Carbon.Hooks.Category_Patches+Patches_BasePlayer+Patches_BasePlayer_8e529bc2103c4829b354e58ef9a82d52.Transpiler(IEnumerable<CodeInstruction> Instructions, ILGenerator Generator, MethodBase Method)
at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)