Cursed caching bug fix 1

This commit is contained in:
Natsumi
2021-09-21 11:02:57 +12:00
parent b85075de53
commit b9f1fc8486

View File

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