mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 01:37:57 +09: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)
|
if (manager == null)
|
||||||
{
|
{
|
||||||
AddInternal(manager = new ChannelManager());
|
AddInternal(manager = new ChannelManager { HighPollRate = { Value = true } });
|
||||||
Channel.BindTo(manager.CurrentChannel);
|
Channel.BindTo(manager.CurrentChannel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user