mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Fix incorrect user instance timer when friend joins while in private
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ namespace VRCX
|
|||||||
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
||||||
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
|
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
|
||||||
|
|
||||||
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
|
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
|
||||||
CefSharpSettings.ShutdownOnExit = false;
|
CefSharpSettings.ShutdownOnExit = false;
|
||||||
|
|
||||||
// Enable High-DPI support on Windows 7 or newer
|
// Enable High-DPI support on Windows 7 or newer
|
||||||
|
|||||||
+1
-2
@@ -13384,8 +13384,7 @@ speechSynthesis.getVoices();
|
|||||||
if (typeof ref !== 'undefined') {
|
if (typeof ref !== 'undefined') {
|
||||||
if (
|
if (
|
||||||
!ref.isFriend ||
|
!ref.isFriend ||
|
||||||
ref.status === 'ask me' ||
|
ref.location !== this.lastLocation.location
|
||||||
ref.status === 'busy'
|
|
||||||
) {
|
) {
|
||||||
// fix $location_at
|
// fix $location_at
|
||||||
var {joinTime} = this.lastLocation.playerList.get(
|
var {joinTime} = this.lastLocation.playerList.get(
|
||||||
|
|||||||
Reference in New Issue
Block a user