Turn on high poll rate when tournament chat is expanded

This commit is contained in:
Salman Ahmed 2022-01-22 16:17:46 +03:00
parent 93a2a2df35
commit b2d1bd029d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ private void load(MatchIPCInfo ipc)
if (manager == null)
{
AddInternal(manager = new ChannelManager());
AddInternal(manager = new ChannelManager { HighPollRate = { Value = true } });
Channel.BindTo(manager.CurrentChannel);
}