mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Privatize UserRanks
and expose a similar CountryRank
field instead
This commit is contained in:
@ -145,7 +145,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
private void updateDisplay(User user)
|
||||
{
|
||||
hiddenDetailGlobal.Content = user?.Statistics?.GlobalRank?.ToString("\\##,##0") ?? "-";
|
||||
hiddenDetailCountry.Content = user?.Statistics?.Ranks.Country?.ToString("\\##,##0") ?? "-";
|
||||
hiddenDetailCountry.Content = user?.Statistics?.CountryRank?.ToString("\\##,##0") ?? "-";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user