Fix incorrect user instance timer when friend joins while in private

This commit is contained in:
Natsumi
2022-06-25 22:37:12 +12:00
parent f2b174d6a3
commit 8c7cd4c4bb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ namespace VRCX
cefSettings.CefCommandLineArgs.Add("disable-web-security");
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
CefSharpSettings.ShutdownOnExit = false;
// Enable High-DPI support on Windows 7 or newer