Fix empty instanceId when instanceId is same as worldId?!

This commit is contained in:
Natsumi
2022-08-11 22:41:51 +12:00
parent ca514ead77
commit 0e078e0d6c
2 changed files with 16 additions and 0 deletions

View File

@@ -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,
//