Cursed caching bug fix 2

This commit is contained in:
Natsumi
2021-09-22 16:38:58 +12:00
parent b9f1fc8486
commit 261f2444a5

View File

@@ -3030,7 +3030,7 @@ speechSynthesis.getVoices();
});
}
} else {
var n = Math.floor(Math.random() * (64 + 1)) + 64;
var n = Math.floor(Math.random() * (36 + 1)) + 64;
this.bulk({
fn,
N,