mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
remove unneeded setSessionUUID
This commit is contained in:
parent
bea7ee42e2
commit
196f621a60
1 changed files with 0 additions and 1 deletions
|
@ -5897,7 +5897,6 @@ void Application::resettingDomain() {
|
||||||
|
|
||||||
auto nodeList = DependencyManager::get<NodeList>();
|
auto nodeList = DependencyManager::get<NodeList>();
|
||||||
clearDomainOctreeDetails();
|
clearDomainOctreeDetails();
|
||||||
getMyAvatar()->setSessionUUID(QUuid()); // clear the sessionID
|
|
||||||
NodePermissions permissions; // deny all permissions
|
NodePermissions permissions; // deny all permissions
|
||||||
permissions.setAll(false);
|
permissions.setAll(false);
|
||||||
nodeList->setPermissions(permissions);
|
nodeList->setPermissions(permissions);
|
||||||
|
|
Loading…
Reference in a new issue