mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Apply more cases/fix some existing ones
This commit is contained in:
@ -162,6 +162,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
titleText.Colour = OsuColour.FromHex(user?.Colour ?? "fff");
|
||||
|
||||
userStats.Clear();
|
||||
|
||||
if (user?.Statistics != null)
|
||||
{
|
||||
userStats.Add(new UserStatsLine("Ranked Score", user.Statistics.RankedScore.ToString("#,##0")));
|
||||
|
Reference in New Issue
Block a user