Failed to call hook 'ConsoleEditorShow' on plugin 'StackModifier v1.4.5'Not An Issue

Error occurs in the ui. Ammunition page. eroor pops up when I click on the arror to go to the next page(first 3 pages are ok -  4th page is when error occurs.).  Not a big issue. I can make the changes in the config itself without error.


Failed to call hook 'ConsoleEditorShow' on plugin 'StackModifier v1.4.5' (KeyNotFoundException: The given key was not present in the dictionary.)at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0at Oxide.Plugins.StackModifier.CreateEditorItemEntry (Oxide.Plugins.StackModifier+_Items dataItem, System.Single ymax, System.Single ymin, System.String catName, System.String text) [0x00113] in <ae1a6dbf478e4477a9a808f04c773558>:0at Oxide.Plugins.StackModifier.ShowEditor (BasePlayer player, System.String catid, System.Int32 from, System.Boolean fullPaint, System.Boolean refreshMultipler, System.Boolean filter, System.String input) [0x0063c] in <ae1a6dbf478e4477a9a808f04c773558>:0at Oxide.Plugins.StackModifier.ConsoleEditorShow (ConsoleSystem+Arg arg) [0x00075] in <ae1a6dbf478e4477a9a808f04c773558>:0at Oxide.Plugins.StackModifier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063f] in <ae1a6dbf478e4477a9a808f04c773558>:0at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <12678b905a6d43c3a9cc366104306651>:0at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <12678b905a6d43c3a9cc366104306651>:0

That means something is missing inside the config, which means you must have removed something by mistake since it's all auto-generated.
The easiest way to fix that is to just delete the config and reload the plugin while the server is live. 

It won't reset the stacks or anything since they are already set on the server

Locked automatically