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:
parent
9726eea0d0
commit
983a45c4d8
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user