mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-18 11:52:34 +02:00
when connected to a serverless domain, set the sessionUUID to be AVATAR_SELF_ID
This commit is contained in:
parent
50cec08efe
commit
c7081b28e6
1 changed files with 2 additions and 0 deletions
|
@ -3061,6 +3061,8 @@ void Application::loadServerlessDomain(QUrl domainURL) {
|
|||
return;
|
||||
}
|
||||
|
||||
getMyAvatar()->setSessionUUID(AVATAR_SELF_ID);
|
||||
|
||||
auto addressManager = DependencyManager::get<AddressManager>();
|
||||
addressManager->handleLookupString(DOMAIN_SPAWNING_POINT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue