1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 20:47:25 +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
commit ccac7b85be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}