Oxide.Plugins.Prefab does not contain a definition for DefaultManagerNot An Issue
After restarting the server, the plugin does not turn on itself, but gives this error.

Failed to compile: Vanish.cs (171,88): error CS0117: 'Oxide.Plugins.Prefab' does not contain a definition for ' DefaultManager'

But, writing in the console o.load Vanish, it starts working.How to fix that would start at server start?

In response to Wulf ():
You have a plugin that is polluting the global namespace and breaking this plugin. See https://umod....
Thank you!
Locked automatically