From 953434e80d489cc2448dd03fd99bb38452cb79d5 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 2 Feb 2021 04:39:24 +1300 Subject: [PATCH] Fix for now --- html/src/vr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/vr.js b/html/src/vr.js index cbd86c51..b563344f 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -1028,7 +1028,7 @@ speechSynthesis.getVoices(); }).show(); } } - if ((this.config.notificationTTS) && (this.isGameRunning)) { + if ((this.config.notificationTTS) && (!this.isGameNoVR) && (this.isGameRunning)) { switch (noty.type) { case 'OnPlayerJoined': this.speak(`${noty.data} has joined`);