1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +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>
public List<ScoreInfo> Scores { get; set; }
[JsonIgnore]
public DifficultyRating DifficultyRating
{
get