Prefab does not contain a definition for DefaultManagerNot An Issue
**Not sure if this is a plugin or oxide issue, apologies in advance**

Sometimes as I'm trying to load the Vanish plugin I get the error above, and it's randomly not compiling. I can force it manually (o.reload), and the error doesn't come up. Strange? I can plainly see in visual studio that Prefab does contain a def for DefaultManager.
after server started and checking plugins list it gives me this:
134 Vanish - Failed to compile: Vanish.cs(171,88): error CS0117: `Oxide.Plugins.Prefab' does not contain a definition for `DefaultManager'

config:
{
"Image URL for vanish icon (.png or .jpg)": "http://i.imgur.com/Gr5G3YI.png",
"Performance mode (true/false)": false,
"Play sound effect (true/false)": true,
"Show visual indicator (true/false)": true,
"Vanish timeout (seconds, 0 to disable)": 0,
"Visible to admin (true/false)": true,
"Command cooldown (seconds, 0 to disable)": 0,
"Daily limit (amount, 0 to disable)": 0,
"Sound effect prefab": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab",
"Appear while wounded": false,
"Appear while running": false,
"Bypass Antihack": false,
"Image Color": "1 1 1 0.3",
"Image AnchorMin": "0.175 0.017",
"Image AnchorMax": "0.22 0.08"
}
Thank you!
In response to Wulf ():
See https://umod.org/community/vanish/2220-oxidepluginsprefab-does-not-contain-a-definition-for-defa...
thanks
Locked automatically