Plugin gets an error on load after todays rust patch
Error while compiling: ClanTeam.cs(148,79): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
Plugin gets an error on load after todays rust patch
Error while compiling: ClanTeam.cs(148,79): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
RelationshipManager.Instance -> RelationshipManager.ServerInstance
Error while compiling: ClanTeam.cs(148,79): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
I had not seen the solution. Thanks Wulf. Problem solved.
Wulf
RelationshipManager.Instance -> RelationshipManager.ServerInstance
i hve the same problem can i fixe?
Solution:
Replace all "RelationshipManager.Instance" with "RelationshipManager.ServerInstance" in plugins/ClanTeam.cs file.
ferrarai hve the same problem can i fixe?
Just updated the plugin, should fix the issue.