From fd632aeeea644cb82e34c4039a48dc0c7da38b2a Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 15 Dec 2022 15:36:43 +1300 Subject: [PATCH] Fixes --- html/src/app.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index cdfe6b83..f890b4eb 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -4331,6 +4331,14 @@ speechSynthesis.getVoices(); } }); break; + + case 'group-joined': + case 'group-left': + // content.groupId + break; + + default: + console.log('Unknown pipeline type', args.json); } }); @@ -19729,7 +19737,8 @@ speechSynthesis.getVoices(); } }; - $app.methods.checkVRChatCache = function (ref) { + // eslint-disable-next-line require-await + $app.methods.checkVRChatCache = async function (ref) { if (!ref.unityPackages) { return [-1, 0]; } @@ -23900,6 +23909,8 @@ speechSynthesis.getVoices(); }; $app.methods.showNullLogWarning = function () { + return; + // eslint-disable-next-line no-unreachable this.$alert( 'VRCX noticed your last log file is empty this is normally caused by disabling debug logging. VRCX requires debug logging to be enabled to function correctly. Please enable debug logging in VRChat quick menu settings > debug > enable debug logging, then rejoin the instance or restart VRChat.', 'Enable debug logging'