mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Cursed caching bug fix 2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user