1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Remove unnecessary schedule

This commit is contained in:
Dean Herbert 2017-10-30 19:16:16 +09:00
parent 069f4b1fcf
commit a51e64b2d1

View File

@ -131,7 +131,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
}
};
Schedule(() => { api.Queue(req); });
api.Queue(req);
}
}
}