Solved Broken Items Cleaner no longer working

Broken Items Cleaner is throwing an error and cannot be executed manually
Error as follows
Code:
Failed to call hook 'cmdControlConsole' on plugin 'BrokenItemsCleaner v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.BrokenItemsCleaner.<GetAllItems>m__0 (StorageContainer x) [0x00000] in <6244584d10394bd893bfa0e16f835f65>:0
  at System.Linq.Enumerable+SelectManySingleSelectorIterator2[TSource,TResult].MoveNext () [0x00051] in <b7efe7e6e548497fac3c4a6049a0a4b6>:0
  at System.Collections.Generic.List1[T].InsertRange (System.Int32 index, System.Collections.Generic.IEnumerable1[T] collection) [0x000db] in <a8ed250850854b439cedc18931a314fe>:0
  at System.Collections.Generic.List1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] collection) [0x00000] in <a8ed250850854b439cedc18931a314fe>:0
  at Oxide.Plugins.BrokenItemsCleaner.GetAllItems () [0x000c9] in <6244584d10394bd893bfa0e16f835f65>:0
  at Oxide.Plugins.BrokenItemsCleaner.Repair () [0x00004] in <6244584d10394bd893bfa0e16f835f65>:0
  at Oxide.Plugins.BrokenItemsCleaner.cmdControlConsole (ConsoleSystem+Arg arg) [0x0000b] in <6244584d10394bd893bfa0e16f835f65>:0
  at Oxide.Plugins.BrokenItemsCleaner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00035] in <6244584d10394bd893bfa0e16f835f65>: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
 
Top