Skip to content

2022-May-27 - Prerelease - 2.6.808

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 May 20:15
b55dce2
Remove RelationshipTracker param from many matchers. (#10473)

* Remove RelationshipTracker param from many matchers.

Now that all players have a GameData set, we can always get the relationship tracker from GamePlayer, thus allowing us to eliminate lots of params.

Updates test code to properly mock this to account for this.