Error while compiling: TeamOfflineDoors.cs(33,68): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
`RelationshipManager' does not contain a definition for `Instance'Fixed
You need to open TeamOfflineDoors.cs and change this line:
RelationshipManager.PlayerTeam theTeam = RelationshipManager.Instance.FindTeam(player.currentTeam);To this:
RelationshipManager.PlayerTeam theTeam = RelationshipManager.ServerInstance.FindTeam(player.currentTeam);
Plugin is not updated
Locked automatically