mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Display nominated ranked beatmaps in user profile
This commit is contained in:
@ -58,6 +58,9 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
case BeatmapSetType.Guest:
|
||||
return user.GuestBeatmapsetCount;
|
||||
|
||||
case BeatmapSetType.Nominated:
|
||||
return user.NominatedBeatmapsetCount;
|
||||
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user