mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Construct notifications client inside ChannelManager
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Tournament.Components
|
||||
|
||||
if (manager == null)
|
||||
{
|
||||
AddInternal(manager = new ChannelManager(api, api.GetNotificationsConnector()));
|
||||
AddInternal(manager = new ChannelManager(api));
|
||||
Channel.BindTo(manager.CurrentChannel);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user