`RelationshipManager' does not contain a definition for `Instance'Fixed

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.

f9DeeushMqbMOlZ.jpg 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.

ferrara

i hve the same problem can i fixe?

Just updated the plugin, should fix the issue.

Locked automatically