mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Revert fix
This commit is contained in:
+1
-1
@@ -13240,7 +13240,7 @@ speechSynthesis.getVoices();
|
|||||||
if (!D.visible) {
|
if (!D.visible) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var L = API.parseLocation(D.$location.tag);
|
var L = API.parseLocation(D.ref.$location.tag);
|
||||||
if (L.tag !== this.lastLocation.location && updateInstanceOccupants) {
|
if (L.tag !== this.lastLocation.location && updateInstanceOccupants) {
|
||||||
this.userDialog.instance.occupants = 0;
|
this.userDialog.instance.occupants = 0;
|
||||||
if (this.isRealInstance(L.tag)) {
|
if (this.isRealInstance(L.tag)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user