KeyNotFoundException at cmdProd/cmdProd2Fixed

Hey,
I got the following Error.

[Oxide] 20:21 [Error] Failed to call hook 'cmdProd' on plugin 'EntityOwner v3.1.7' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at Oxide.Plugins.EntityOwner.cmdProd (BasePlayer player, System.String command, System.String[] args) [0x000a3] in <de8a42e0ef5e4a5b80a65171bda0ed7e>:0 
  at Oxide.Plugins.EntityOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00306] in <de8a42e0ef5e4a5b80a65171bda0ed7e>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

 

Hi, recently I keep having to reload the plugin every day when I need to use it. I've just seen that it has an error.

(11:23:40) | Failed to call hook 'cmdProd2' on plugin 'EntityOwner v3.1.9' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at Oxide.Plugins.EntityOwner.massProd[T] (BasePlayer player, System.Boolean highlight, System.String[] filter) [0x0009c] in <54a4b9f700a14da090355cd4cd544537>:0 
  at Oxide.Plugins.EntityOwner.cmdProd2 (BasePlayer player, System.String command, System.String[] args) [0x00204] in <54a4b9f700a14da090355cd4cd544537>:0 
  at Oxide.Plugins.EntityOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00311] in <54a4b9f700a14da090355cd4cd544537>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0​


After I reloaded it /prod2 worked fine without error.

Thanks
Locked automatically