From 8c7cd4c4bb39c776d6f73a7e7d0a016655e0e28d Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 25 Jun 2022 22:37:12 +1200 Subject: [PATCH] Fix incorrect user instance timer when friend joins while in private --- CefService.cs | 2 +- html/src/app.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CefService.cs b/CefService.cs index 300cfbb7..c6b1a0d6 100644 --- a/CefService.cs +++ b/CefService.cs @@ -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 diff --git a/html/src/app.js b/html/src/app.js index 04e1524f..4f091136 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -13384,8 +13384,7 @@ speechSynthesis.getVoices(); if (typeof ref !== 'undefined') { if ( !ref.isFriend || - ref.status === 'ask me' || - ref.status === 'busy' + ref.location !== this.lastLocation.location ) { // fix $location_at var {joinTime} = this.lastLocation.playerList.get(