NullReferenceException at Oxide.Core.Plugins.HookCache.GetHookMethodFixed

I keep getting these errors in console:

 

(23:44:39) | Failed to call hook 'OnSendCommand' on plugin 'CustomIcon v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Core.Plugins.HookCache.GetHookMethod (System.Object[] args, System.Int32 index, Oxide.Core.Plugins.HookCache& cache) [0x00055] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.HookCache.GetHookMethod (System.Object[] args, System.Int32 index, Oxide.Core.Plugins.HookCache& cache) [0x00082] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.HookCache.GetHookMethod (System.Object[] args, System.Int32 index, Oxide.Core.Plugins.HookCache& cache) [0x00082] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.HookCache.GetHookMethod (System.String hookName, System.Object[] args, Oxide.Core.Plugins.HookCache& cache) [0x00023] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.CSPlugin.FindHooks (System.String name, System.Object[] args) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00004] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

This actually isn't an issue with the plugin itself, it's something we'd need to fix in Oxide.
Locked automatically