mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:23:13 +08:00
Fix invalid value
This commit is contained in:
parent
9726eea0d0
commit
983a45c4d8
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
public int TotalScore { get; set; }
|
public int TotalScore { get; set; }
|
||||||
|
|
||||||
[JsonProperty("pp")]
|
[JsonProperty("pp")]
|
||||||
public double PP { get; set; }
|
public double? PP { get; set; }
|
||||||
|
|
||||||
[JsonProperty("attempts")]
|
[JsonProperty("attempts")]
|
||||||
public int TotalAttempts { get; set; }
|
public int TotalAttempts { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user