mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Remove instanceId == worldId check
This commit is contained in:
@@ -730,8 +730,6 @@ speechSynthesis.getVoices();
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ctx.worldId = _tag;
|
ctx.worldId = _tag;
|
||||||
ctx.instanceId = _tag;
|
|
||||||
ctx.instanceName = _tag;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ctx;
|
return ctx;
|
||||||
@@ -14356,11 +14354,6 @@ speechSynthesis.getVoices();
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
L.shortName = shortName;
|
L.shortName = shortName;
|
||||||
if (L.worldId === L.instanceId) {
|
|
||||||
// very janky fix for removing empty worldId instance
|
|
||||||
L.instanceId = '';
|
|
||||||
L.instanceName = '';
|
|
||||||
}
|
|
||||||
D.id = L.worldId;
|
D.id = L.worldId;
|
||||||
D.$location = L;
|
D.$location = L;
|
||||||
D.treeData = [];
|
D.treeData = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user