mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Merge pull request #3998 from peppy/fix-pp-display
Fix PP not display on profile overlay
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user