KeyNotFoundException at IsActiveTypeFixed
The plugin is working (ver 1.3.8) for my players, but my console is getting hammered with the following error:

Failed to call hook 'OnItemUse' on plugin 'NoFuelRequirements v1.3.8' (KeyNotFoundException: The given key was not present in the dictionary.)

at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7d97106330684add86d080ecf65bfe69>:0

at Oxide.Plugins.NoFuelRequirements.IsActiveType (Oxide.Plugins.NoFuelRequirements+ConsumeType type) [0x0000b] in <cba36609ef9849d0ad91144338770619>:0

at Oxide.Plugins.NoFuelRequirements.OnItemUse (Item item, System.Int32 amount) [0x000c1] in <cba36609ef9849d0ad91144338770619>:0

at Oxide.Plugins.NoFuelRequirements.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000cb] in <cba36609ef9849d0ad91144338770619>: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

Should be handled in the latest update.

Locked automatically