mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 10:53:52 +02:00
lint
This commit is contained in:
@@ -2563,7 +2563,7 @@ speechSynthesis.getVoices();
|
||||
var [N, fn] = types[type];
|
||||
if (N > 0) {
|
||||
if (type === 'avatar') {
|
||||
tags.forEach((tag) => {
|
||||
for (var tag of tags) {
|
||||
this.bulk({
|
||||
fn,
|
||||
N,
|
||||
@@ -2573,7 +2573,7 @@ speechSynthesis.getVoices();
|
||||
tag
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
} else {
|
||||
this.bulk({
|
||||
fn,
|
||||
|
||||
Reference in New Issue
Block a user