mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09: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…
x
Reference in New Issue
Block a user