Seeing various plugins with similar error after updating to the new patch
Error while compiling: AutomaticAuthorization.cs(497,50): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
`RelationshipManager' does not contain a definition for `Instance'Fixed
RelationshipManager.Instance -> RelationshipManager.ServerInstance
Is this something we can change or that the plugin creator needs to recode?
You can, else wait for a plugin update.
Noted, cheers
Wulf
RelationshipManager.Instance -> RelationshipManager.ServerInstance
How do we change this? Ill gladly do it manually if it gets this working
You have to edit the .cs plugin file and change any entry that mentions "RelationshipManager.Instance" to "RelationshipManager.ServerInstance" instead.
I have done it on a couple of mine succesfully while we wait for an updated plugin.
So i used notepad to find and replace exactly all of those and it doesnt seem to be working for me... quick noob question, does Case matter?
Merged post
NVM, getting the case correctly did affect it and my plugin works now. Thank you
Yes case does matter
Plugin has been patched, download the new version and it should work again!