mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix one more case of constructing connector directly
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user