1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Merge pull request #10758 from nbvdkamp/rank-history-json-property-fix

Replace rankHistory in JsonProperty with rank_history for consistency
This commit is contained in:
Dean Herbert 2020-11-10 14:05:25 +09:00 committed by GitHub
commit 4855e43764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ namespace osu.Game.Users
}
}
[JsonProperty(@"rankHistory")]
[JsonProperty(@"rank_history")]
private RankHistoryData rankHistory
{
set => statistics.RankHistory = value;