Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tournament user stat population potentially using wrong ruleset
`OsuGameBase.Ruleset` is bound [late](https://github.com/ppy/osu/blob/7d0470794bcd454d3a93954ec4fe3415933627ef/osu.Game.Tournament/TournamentGameBase.cs#L169) so we must use the ladder one during user retrieval. Closes #18363.
- Loading branch information