mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Fix empty instanceId when instanceId is same as worldId?!
This commit is contained in:
@@ -731,6 +731,8 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
} else {
|
||||
ctx.worldId = _tag;
|
||||
ctx.instanceId = _tag;
|
||||
ctx.instanceName = _tag;
|
||||
}
|
||||
}
|
||||
return ctx;
|
||||
@@ -1423,6 +1425,7 @@ speechSynthesis.getVoices();
|
||||
travelingToInstance: '',
|
||||
travelingToLocation: '',
|
||||
travelingToWorld: '',
|
||||
note: '',
|
||||
// VRCX
|
||||
$location: {},
|
||||
$location_at: Date.now(),
|
||||
@@ -1768,6 +1771,9 @@ speechSynthesis.getVoices();
|
||||
privateOccupants: 0,
|
||||
occupants: 0,
|
||||
instances: [],
|
||||
featured: false,
|
||||
organization: '',
|
||||
previewYoutubeId: '',
|
||||
// VRCX
|
||||
$isLabs: false,
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user