Made modString private and moved the beatmap assignment inside GetScoresRequest

This commit is contained in:
MrTheMake
2017-08-15 15:30:53 +02:00
parent 2c287e1348
commit 105048500a
3 changed files with 14 additions and 6 deletions

View File

@ -55,9 +55,6 @@ namespace osu.Game.Screens.Select.Leaderboards
i = 0;
foreach (var s in scores)
{
s.Beatmap = beatmap;
s.Ruleset = beatmap?.Ruleset;
var ls = new LeaderboardScore(s, 1 + i)
{
AlwaysPresent = true,