mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
parent
8bd03c2e2a
commit
fb0079fb9f
@ -45,7 +45,7 @@ namespace osu.Game.Users
|
||||
public double Accuracy;
|
||||
|
||||
[JsonIgnore]
|
||||
public string DisplayAccuracy => Accuracy.FormatAccuracy();
|
||||
public string DisplayAccuracy => (Accuracy / 100).FormatAccuracy();
|
||||
|
||||
[JsonProperty(@"play_count")]
|
||||
public int PlayCount;
|
||||
|
Loading…
Reference in New Issue
Block a user