Oxide.Plugins.Prefab does not contain a definition for DefaultManagerNot An Issue
Hello! When the server boots, the plugin does not turn on, but if you write o.load Vanish, it works fine. How can I fix it? I found this in the logs:
1) /oxide/logs/compiler :
Console: Vanish.cs(350,31): warning CS0649: Field `Oxide.Plugins.Vanish.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
2) in console:
[Error] Error while compiling: Vanish.cs(172,88): error CS0117: `Oxide.Plugins.Prefab' does not contain a definition for `DefaultManager'
Locked automatically