mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 12:33:01 +08:00
Replace rankHistory in JsonProperty with rank_history
This commit is contained in:
parent
567cf932f1
commit
4303a24a6f
@ -186,7 +186,7 @@ namespace osu.Game.Users
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonProperty(@"rankHistory")]
|
[JsonProperty(@"rank_history")]
|
||||||
private RankHistoryData rankHistory
|
private RankHistoryData rankHistory
|
||||||
{
|
{
|
||||||
set => statistics.RankHistory = value;
|
set => statistics.RankHistory = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user