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