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:
commit
ccac7b85be
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user