mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Add US region tag
This commit is contained in:
@@ -9962,12 +9962,12 @@ speechSynthesis.getVoices();
|
||||
tags.push('~canRequestInvite');
|
||||
}
|
||||
}
|
||||
if (D.region !== 'USA') {
|
||||
if (D.region === 'Europe') {
|
||||
tags.push(`~region(eu)`);
|
||||
} else if (D.region === 'Japan') {
|
||||
tags.push(`~region(jp)`);
|
||||
}
|
||||
if (D.region === 'USA') {
|
||||
tags.push(`~region(us)`);
|
||||
} else if (D.region === 'Europe') {
|
||||
tags.push(`~region(eu)`);
|
||||
} else if (D.region === 'Japan') {
|
||||
tags.push(`~region(jp)`);
|
||||
}
|
||||
if (D.accessType !== 'public') {
|
||||
tags.push(`~nonce(${uuidv4()})`);
|
||||
|
||||
Reference in New Issue
Block a user