mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00: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)
|
if (manager == null)
|
||||||
{
|
{
|
||||||
AddInternal(manager = new ChannelManager(api, new WebSocketNotificationsClientConnector(api)));
|
AddInternal(manager = new ChannelManager(api, api.GetNotificationsConnector()));
|
||||||
Channel.BindTo(manager.CurrentChannel);
|
Channel.BindTo(manager.CurrentChannel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user