1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 18:32:56 +08:00

Change default channel to #lazer.

This commit is contained in:
Dean Herbert 2017-04-19 18:45:33 +09:00
parent 325af333b9
commit 87f6dc9e5a
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -211,7 +211,7 @@ namespace osu.Game.Overlays
Scheduler.Add(delegate
{
loading.FadeOut(100);
addChannel(channels.Find(c => c.Name == @"#osu"));
addChannel(channels.Find(c => c.Name == @"#lazer"));
});
//addChannel(channels.Find(c => c.Name == @"#lobby"));