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:
parent
4fa9abeece
commit
87dc6499fa
@ -129,6 +129,7 @@ namespace osu.Game.Beatmaps
|
||||
/// </summary>
|
||||
public List<ScoreInfo> Scores { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DifficultyRating DifficultyRating
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user