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:
parent
4fa9abeece
commit
87dc6499fa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user