mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix for now
This commit is contained in:
@@ -1028,7 +1028,7 @@ speechSynthesis.getVoices();
|
|||||||
}).show();
|
}).show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((this.config.notificationTTS) && (this.isGameRunning)) {
|
if ((this.config.notificationTTS) && (!this.isGameNoVR) && (this.isGameRunning)) {
|
||||||
switch (noty.type) {
|
switch (noty.type) {
|
||||||
case 'OnPlayerJoined':
|
case 'OnPlayerJoined':
|
||||||
this.speak(`${noty.data} has joined`);
|
this.speak(`${noty.data} has joined`);
|
||||||
|
|||||||
Reference in New Issue
Block a user