when connected to a serverless domain, set the sessionUUID to be AVATAR_SELF_ID

This commit is contained in:
Seth Alves 2018-02-22 14:14:55 -08:00
parent 50cec08efe
commit c7081b28e6

View file

@ -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);