mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Fix one more case of constructing connector directly
This commit is contained in:
parent
2b04e852be
commit
fe66b20702
@ -49,7 +49,7 @@ namespace osu.Game.Tournament.Components
|
||||
|
||||
if (manager == null)
|
||||
{
|
||||
AddInternal(manager = new ChannelManager(api, new WebSocketNotificationsClientConnector(api)));
|
||||
AddInternal(manager = new ChannelManager(api, api.GetNotificationsConnector()));
|
||||
Channel.BindTo(manager.CurrentChannel);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user