Replace rankHistory in JsonProperty with rank_history

This commit is contained in:
kamp
2020-11-10 00:53:24 +01:00
parent 567cf932f1
commit 4303a24a6f

View File

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