Failed to initialize plugin (NullReferenceException: Object reference not set to an instance of an object)Solved

Hi there, we receive the following error when trying to load the Vanish plugin. Any help much appreciated, thank you.

Failed to initialize plugin 'Vanish v1.8.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Vanish.LoadData () [0x00022] in <8e7398d7094b494ea222ddfcd8c0c6ee>:0 
  at Oxide.Plugins.Vanish.Loaded () [0x0001a] in <8e7398d7094b494ea222ddfcd8c0c6ee>:0 
  at Oxide.Plugins.Vanish.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0009c] in <8e7398d7094b494ea222ddfcd8c0c6ee>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 
  at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x000cf] in <87ce9ac9776a48658bc55eae6debe38b>:0 
Unloaded plugin Vanish v1.8.0 by Whispers88

same, pulled this from the logs.

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.Vanish+VanishPositionUpdate.OnDestroy () [0x0000b] in <3e193b2f39de4a888dcfb180190f9166>:0

Vanish is working as expected now after the fresh wipe. We're not sure what changed, we just deleted the .cs file and config and data files and reinstalled it. 

Our errors must not be the same. mine happens on disconnect. Otherwise, the plugin seems to be functioning correctly. I dislike seeing red errors in my console. 

Locked automatically