I'm getting a few errors after updating to the latest version.
08:31 [Error] Failed to call hook 'CmdConsoleKitGui' on plugin 'Kits v3.3.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Kits.BuildWeapon (System.Int32 id, System.UInt64 skin, System.Collections.Generic.List`1[T] mods) [0x00009] in <ac98d6a9e491448aaa18df756ed87f29>:0
at Oxide.Plugins.Kits.GiveKit (BasePlayer player, System.String kitname) [0x00068] in <ac98d6a9e491448aaa18df756ed87f29>:0
at Oxide.Plugins.Kits.TryGiveKit (BasePlayer player, System.String kitname) [0x0001e] in <ac98d6a9e491448aaa18df756ed87f29>:0
at Oxide.Plugins.Kits.CmdConsoleKitGui (ConsoleSystem+Arg arg) [0x0004d] in <ac98d6a9e491448aaa18df756ed87f29>:0
at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d93] in <ac98d6a9e491448aaa18df756ed87f29>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0 Is this also related?08:32 [Error] Exception while calling NextTick callback (FormatException: Input string was not in a correct format.)
at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Int32.Parse (System.String s, System.IFormatProvider provider) [0x00008] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Convert.ToInt32 (System.String value) [0x0000b] in <437ba245d8404784b9fbab9b439ac908>:0
at Oxide.Plugins.SkinPerks.GetKill (System.String name) [0x00026] in <e6af3c65d896419c9ed5fe917c716928>:0
at Oxide.Plugins.SkinPerks+<OnItemAddedToContainer>c__AnonStorey1.<>m__0 () [0x000e4] in <e6af3c65d896419c9ed5fe917c716928>:0
at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <cf88a28c7fb44d36890d85a78331cc9d>:0 - If I type /kit kitname I don't get the kit
- If I type /kit give bumfuzzler kitname I don't get the kit
- If I use the graphical menu and click redeem I don't get the kit
Everything worked before I updated the plugin. The data file appears intact with all of the kits. I see them all in the graphical window. I verified I have both permissions. I've updated the config file and verified it's json. The plugin loads fine, no errors.
Any help would be much appreciated.