mirror of
https://github.com/overte-org/overte.git
synced 2025-08-15 01:20:52 +02:00
set sessionUUID for a serverless domain to random rather than AVATAR_SELF_ID
This commit is contained in:
parent
804ab855d7
commit
72234970e3
1 changed files with 1 additions and 1 deletions
|
@ -3061,7 +3061,7 @@ void Application::loadServerlessDomain(QUrl domainURL) {
|
|||
return;
|
||||
}
|
||||
|
||||
getMyAvatar()->setSessionUUID(AVATAR_SELF_ID);
|
||||
getMyAvatar()->setSessionUUID(QUuid::createUuid());
|
||||
|
||||
auto addressManager = DependencyManager::get<AddressManager>();
|
||||
addressManager->handleLookupString(DOMAIN_SPAWNING_POINT);
|
||||
|
|
Loading…
Reference in a new issue