1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 09:42:57 +08:00

Fix invalid value

This commit is contained in:
smoogipoo 2018-12-14 21:21:02 +09:00
parent 9726eea0d0
commit 983a45c4d8

View File

@ -108,7 +108,7 @@ namespace osu.Game.Screens.Multi.Match.Components
public int TotalScore { get; set; }
[JsonProperty("pp")]
public double PP { get; set; }
public double? PP { get; set; }
[JsonProperty("attempts")]
public int TotalAttempts { get; set; }