mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:51:26 +08:00
Merge pull request #20498 from peppy/fix-rank-history-serialisation-order
Fix `rank_history` serialisation order dependence
This commit is contained in:
@@ -228,7 +228,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"rank_history")]
|
||||
private APIRankHistory rankHistory
|
||||
{
|
||||
set => statistics.RankHistory = value;
|
||||
set => Statistics.RankHistory = value;
|
||||
}
|
||||
|
||||
[JsonProperty("badges")]
|
||||
|
||||
Reference in New Issue
Block a user