mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
Remove instance flag from home location
This commit is contained in:
@@ -819,7 +819,7 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
}
|
||||
this.region = '';
|
||||
if ((this.location !== '') && (!L.isOffline) && (!L.isPrivate)) {
|
||||
if ((this.location !== '') && (L.instanceId) && (!L.isOffline) && (!L.isPrivate)) {
|
||||
if (L.region === 'eu') {
|
||||
this.region = 'europeanunion';
|
||||
} else if (L.region === 'jp') {
|
||||
|
||||
@@ -502,7 +502,7 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
}
|
||||
this.region = '';
|
||||
if ((this.location !== '') && (!L.isOffline) && (!L.isPrivate)) {
|
||||
if ((this.location !== '') && (L.instanceId) && (!L.isOffline) && (!L.isPrivate)) {
|
||||
if (L.region === 'eu') {
|
||||
this.region = 'europeanunion';
|
||||
} else if (L.region === 'jp') {
|
||||
|
||||
Reference in New Issue
Block a user