mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +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>();
|
||||
clearDomainOctreeDetails();
|
||||
getMyAvatar()->setSessionUUID(QUuid()); // clear the sessionID
|
||||
NodePermissions permissions; // deny all permissions
|
||||
permissions.setAll(false);
|
||||
nodeList->setPermissions(permissions);
|
||||
|
|
Loading…
Reference in a new issue