Hello...  

We're getting an error pretty regularly with this plugin.  Everything seems to be working fine, but something must still be awry...  Apologies if this has already been asked, but has anyone been getting this error lately?

 

Failed to call hook 'IgnoreFuelConsumption' on plugin 'NoFuelRequirements v1.8.0' (KeyNotFoundException: The given key was not present in the dictionary.)
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0
at Oxide.Plugins.NoFuelRequirements.IgnoreFuelConsumption (System.String consumeTypeStr, System.UInt64 ownerId) [0x0001b] in <a5f38aab1d724037b41e7a342cc60fab>:0
at Oxide.Plugins.NoFuelRequirements.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00114] in <a5f38aab1d724037b41e7a342cc60fab>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

We are running quite a few plugins...  I'm not sure who is calling the hook, so I'm starting my research...  the potential culprits might be:

07 "Back Pump Jack" (1.4.12) by Arainrr (0.28s) - BackPumpJack.cs
55 "FurnaceLevels" (1.4.5) by David (3.14s) - FurnaceLevels.cs
81 "Night Lantern" (2.0.99) by k1lly0u (2.67s) - NightLantern.cs
83 "NoFuelRequirements" (1.8.0) by k1lly0u (0.27s) - NoFuelRequirements.cs
95 "PowerlessNeon" (1.1.0) by MNGO (0.24s) - PowerlessNeon.cs
96 "Powerless Turrets" (3.2.8) by August (0.02s) - PowerlessTurrets.cs
98 "QuarryLevels" (2.0.0) by Death (edit by Raul-Sorin Sorban) (0.23s) - QuarryLevels.cs
102 "Raidable Bases" (2.6.5) by nivex (7.46s) - RaidableBases.cs
124 "WaterEvent" (2.0.6) by KpucTaJl (2.27s) - WaterEvent.cs
128 "Zone Manager" (3.0.23) by k1lly0u (8.12s) - ZoneManager.cs

Any help folks have is appreciated - the error seems harmless, but I still like to know things are working well together! :)