mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Assert single channel support for now.
This commit is contained in:
parent
afba4fbfad
commit
b7a9fd85ea
@ -208,6 +208,8 @@ namespace osu.Game.Overlays
|
||||
ListChannelsRequest req = new ListChannelsRequest();
|
||||
req.Success += delegate (List<Channel> channels)
|
||||
{
|
||||
Debug.Assert(careChannels.Count == 0);
|
||||
|
||||
Scheduler.Add(delegate
|
||||
{
|
||||
loading.FadeOut(100);
|
||||
|
Loading…
Reference in New Issue
Block a user