1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 16:30:38 +08:00

Merge pull request #16564 from frenzibyte/tournamnet-chat-poll

Fix tournament match chats not polling fast enough
This commit is contained in:
Bartłomiej Dach
2022-01-22 15:57:18 +01:00
committed by GitHub
Unverified
@@ -45,7 +45,7 @@ namespace osu.Game.Tournament.Components
if (manager == null)
{
AddInternal(manager = new ChannelManager());
AddInternal(manager = new ChannelManager { HighPollRate = { Value = true } });
Channel.BindTo(manager.CurrentChannel);
}