NullReferenceException at IsOnCooldownSolved
Hi, this plugin stopped working on one of my servers. It shows me the error message below.

I tried reinstalling the plugin, deleting the config/data/lang files and it still gives me this error when using any custom commands. It gives me the error for my custom commands, but also an error for the /sinfo command when I use the default config.

Can anyone please help me out?

Failed to call hook 'CustomCommand' on plugin 'CustomChatCommands v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomChatCommands.IsOnCooldown (System.UInt64 userID, System.String commandName) [0x0000d] in <41757c51e134481a9a76f68cbe6b682c>:0 
  at Oxide.Plugins.CustomChatCommands.CustomCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00081] in <41757c51e134481a9a76f68cbe6b682c>:0 
  at Oxide.Plugins.CustomChatCommands.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00326] in <41757c51e134481a9a76f68cbe6b682c>: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​
Did you delete the data for the plugin while the plugin was unloaded? If not, the data was not actually deleted.
5c2d88ae4ea06.jpg Wulf
Did you delete the data for the plugin while the plugin was unloaded? If not, the data was not actually deleted.

Appearantly I didn't. Thanks a lot for your quick response. Is there a way I can donate something as a thanks?

Locked automatically