mirror of
https://github.com/ppy/osu
synced 2025-01-19 12:30:50 +00:00
Add back autojoins
This commit is contained in:
parent
3cacc11af1
commit
862d3c4a69
@ -305,10 +305,8 @@ namespace osu.Game.Overlays
|
||||
Scheduler.Add(delegate
|
||||
{
|
||||
//todo: decide how to handle default channels for a user now that they are saved server-side.
|
||||
// we likely don't want to re-join every startup like this.
|
||||
//addChannel(channels.Find(c => c.Name == @"#lazer"));
|
||||
//addChannel(channels.Find(c => c.Name == @"#osu"));
|
||||
//addChannel(channels.Find(c => c.Name == @"#lobby"));
|
||||
addChannel(channels.Find(c => c.Name == @"#lazer"));
|
||||
addChannel(channels.Find(c => c.Name == @"#osu"));
|
||||
|
||||
channelSelection.OnRequestJoin = addChannel;
|
||||
channelSelection.OnRequestLeave = removeChannel;
|
||||
|
Loading…
Reference in New Issue
Block a user