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:
@ -177,7 +177,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
scoreRankInfo.Value.RankCount = user?.Statistics?.GradesCount[scoreRankInfo.Key] ?? 0;
|
||||
|
||||
detailGlobalRank.Content = user?.Statistics?.GlobalRank?.ToString("\\##,##0") ?? "-";
|
||||
detailCountryRank.Content = user?.Statistics?.Ranks.Country?.ToString("\\##,##0") ?? "-";
|
||||
detailCountryRank.Content = user?.Statistics?.CountryRank?.ToString("\\##,##0") ?? "-";
|
||||
|
||||
rankGraph.Statistics.Value = user?.Statistics;
|
||||
}
|
||||
|
Reference in New Issue
Block a user