mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08:00
Only show star on HR
This commit is contained in:
parent
326a8f62eb
commit
244177880e
@ -197,7 +197,7 @@ namespace osu.Game.Tournament.Components
|
||||
stats = new (string heading, string content)[]
|
||||
{
|
||||
("CS", $"{beatmap.BaseDifficulty.CircleSize:0.#}{hardRockExtra}"),
|
||||
("AR", $"{ar:0.#}{srExtra}"),
|
||||
("AR", $"{ar:0.#}{hardRockExtra}"),
|
||||
("OD", $"{beatmap.BaseDifficulty.OverallDifficulty:0.#}{hardRockExtra}"),
|
||||
};
|
||||
break;
|
||||
@ -215,7 +215,7 @@ namespace osu.Game.Tournament.Components
|
||||
stats = new (string heading, string content)[]
|
||||
{
|
||||
("CS", $"{beatmap.BaseDifficulty.CircleSize:0.#}{hardRockExtra}"),
|
||||
("AR", $"{ar:0.#}{srExtra}"),
|
||||
("AR", $"{ar:0.#}"),
|
||||
};
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user