mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 10:39:54 +02:00
Merge pull request #11870 from Atlante45/feat/update-default-perms
Add tmpRezCertified to default perms
This commit is contained in:
commit
e20555bf38
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ void DomainServerSettingsManager::unpackPermissions() {
|
||||||
} else {
|
} else {
|
||||||
// anonymous, logged in, and friend users get connect permissions by default
|
// anonymous, logged in, and friend users get connect permissions by default
|
||||||
perms->set(NodePermissions::Permission::canConnectToDomain);
|
perms->set(NodePermissions::Permission::canConnectToDomain);
|
||||||
|
perms->set(NodePermissions::Permission::canRezTemporaryCertifiedEntities);
|
||||||
}
|
}
|
||||||
|
|
||||||
// add the permissions to the standard map
|
// add the permissions to the standard map
|
||||||
|
|
Loading…
Reference in a new issue