Fix for now

This commit is contained in:
Natsumi
2021-02-02 04:39:24 +13:00
parent 352ce3cf1d
commit 953434e80d

View File

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