1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 02:43:16 +08:00

Fix json decoding being a bit too eager to consume

This commit is contained in:
Dean Herbert 2019-08-17 15:34:02 +09:00
parent 4fa9abeece
commit 87dc6499fa

View File

@ -129,6 +129,7 @@ namespace osu.Game.Beatmaps
/// </summary> /// </summary>
public List<ScoreInfo> Scores { get; set; } public List<ScoreInfo> Scores { get; set; }
[JsonIgnore]
public DifficultyRating DifficultyRating public DifficultyRating DifficultyRating
{ {
get get