Hi there, getting some errors in console after the update - an example of this
Failed to call hook 'OnItemCraft' on plugin 'CraftingController v3.3.7' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <c04712fd112a440785db92c13ca91eb0>:0
at Item.MarkDirty () [0x00000] in <c04712fd112a440785db92c13ca91eb0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <c04712fd112a440785db92c13ca91eb0>:0
at Item.Initialize (ItemDefinition template) [0x00015] in <c04712fd112a440785db92c13ca91eb0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin, System.Boolean isServerSide, System.UInt64 attachment) [0x00088] in <c04712fd112a440785db92c13ca91eb0>:0
at Oxide.Plugins.CraftingController.InstantBulkCraft (BasePlayer player, ItemCraftTask task, ItemDefinition item, System.Int32 amount, System.Int32 craftSkin, System.UInt64 skin) [0x00081] in <34ab4b6ec50b48d3a54ab4564d2ccb1e>:0
at Oxide.Plugins.CraftingController.OnItemCraft (ItemCraftTask task, BasePlayer player, Item fromTempBlueprint) [0x00305] in <34ab4b6ec50b48d3a54ab4564d2ccb1e>:0
at Oxide.Plugins.CraftingController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0022a] in <34ab4b6ec50b48d3a54ab4564d2ccb1e>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0thank you :)