NullReferenceException at OpenBackpackConsoleCommandFixed
My server crashed this morning for an unkown reason. trying to get the plugins working some players can use backpack and others can't. I have checked the permissions and they have permission but no dice. I am also getting this error in console. ideas?
"
Failed to call hook 'OpenBackpackConsoleCommand' on plugin 'Backpacks v2.1.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Backpacks.OpenBackpackConsoleCommand (ConsoleSystem+Arg arg) [0x0003f] in <0ea7adba510a420abd9e595a314d5c77>:0
at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0041f] in <0ea7adba510a420abd9e595a314d5c77>: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
"

When key pressed :

 

| Failed to call hook 'OpenBackpackConsoleCommand' on plugin 'Backpacks v2.1.8' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Backpacks.OpenBackpackConsoleCommand (ConsoleSystem+Arg arg) [0x0003f] in <48d172663ab247bd8335283679df7ea2>:0
at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0041f] in <48d172663ab247bd8335283679df7ea2>: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
In response to DanBosS ():
When key pressed : | Failed to call hook 'OpenBackpackConsoleCommand' on plugin 'Backpacks v2.1.8...
I removed the plugin, config and all the date files then reloaded the plugin and now it is working as it should.
Locked automatically