Merge branch 'master' of git://github.com/ppy/osu into ranks-section

This commit is contained in:
Jorolf
2017-09-19 21:26:05 +02:00
152 changed files with 1524 additions and 2534 deletions

View File

@ -70,7 +70,7 @@ namespace osu.Game.Overlays.Profile
}
};
ranks = user.AllRankHistories?.Osu?.Data ?? new[] { user.Statistics.Rank };
ranks = user.RankHistory?.Data ?? new[] { user.Statistics.Rank };
}
private void updateRankTexts()