mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +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)
|
||||
{
|
||||
AddInternal(manager = new ChannelManager(api, new WebSocketNotificationsClientConnector(api)));
|
||||
AddInternal(manager = new ChannelManager(api, api.GetNotificationsConnector()));
|
||||
Channel.BindTo(manager.CurrentChannel);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user