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`);