1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 20:22:58 +08:00
This commit is contained in:
EVAST9919 2017-11-06 22:18:37 +03:00
parent 5d846bff7b
commit a12052ac51

View File

@ -47,6 +47,9 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
foreach (var s in sets)
{
if (!s.OnlineBeatmapSetID.HasValue)
continue;
var subReq = new GetBeatmapSetRequest(s.OnlineBeatmapSetID.Value);
subReq.Success += b =>
{