This commit is contained in:
pypy
2021-01-21 12:33:28 +09:00
parent 1ad9b75fe2
commit 2cab32bde3
+1 -1
View File
@@ -849,7 +849,7 @@ speechSynthesis.getVoices();
} }
} }
//on Location change remove OnPlayerJoined // on Location change remove OnPlayerJoined
if (this.config.hideOnPlayerJoined) { if (this.config.hideOnPlayerJoined) {
for (i = 0; i < feeds.length; i++) { for (i = 0; i < feeds.length; i++) {
var ctx = feeds[i]; var ctx = feeds[i];