Since todays rust wipe this no longer works for my server. any suggestions? please help
`RelationshipManager' does not contain a definition for `Instance'Fixed
Please check your oxide/logs for errors.
Error while compiling: RaidTracker.cs(391,38): error CS0117: `RelationshipManager' does not contain a definition for `Instance'
Wulf
Please check your oxide/logs for errors.
Is this what you mean?
Thank you
does not work with new update
Change:
if (!RelationshipManager.Instance.playerToTeam.TryGetValue(playerId, out team1))To:if (!RelationshipManager.ServerInstance.playerToTeam.TryGetValue(playerId, out team1))And change:
if (!RelationshipManager.Instance.playerToTeam.TryGetValue(targetId, out team2))To:if (!RelationshipManager.ServerInstance.playerToTeam.TryGetValue(targetId, out team2)) Locked automatically