Everytime I type /clan I get this in console,
Failed to call hook 'cmdClan' on plugin 'Clans v0.1.53' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Clans.Reply (Oxide.Core.Libraries.Covalence.IPlayer player, System.String message, System.String message2) [0x0000f] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.Clans.cmdClan (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00030] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00732] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <41771c7bc8d246d0b0a34c2f0d27f2cb>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 and then when I reload I get this
Failed to call hook 'OnServerInitialized' on plugin 'Clans v0.1.53' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Clans.SaveLoop () [0x00010] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.Clans.OnServerInitialized () [0x00012] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0015d] in <1af1f9dfb67a4ad38c8680826de766ad>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <41771c7bc8d246d0b0a34c2f0d27f2cb>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 Please help.
