mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge master with conflicts resolved
This commit is contained in:
@ -41,7 +41,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
private void updateStatistics(UserStatistics statistics)
|
||||
{
|
||||
int[] userRanks = statistics?.RankHistory?.Data;
|
||||
|
||||
Data = userRanks?.Select((x, index) => new KeyValuePair<int, int>(index, x)).Where(x => x.Value != 0).ToArray();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user