mirror of
https://github.com/ppy/osu
synced 2025-01-20 13:00:54 +00:00
Fix PP not display on profile overlay
This commit is contained in:
parent
e596d4fc10
commit
4a7c6fb19d
@ -31,7 +31,7 @@ namespace osu.Game.Scoring
|
||||
[Column(TypeName="DECIMAL(1,4)")]
|
||||
public double Accuracy { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[JsonProperty(@"pp")]
|
||||
public double? PP { get; set; }
|
||||
|
||||
[JsonProperty("max_combo")]
|
||||
|
Loading…
Reference in New Issue
Block a user