mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Add tmpRezCertified to default perms
This commit is contained in:
parent
fada02a76c
commit
b398e235a2
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ void DomainServerSettingsManager::unpackPermissions() {
|
|||
} else {
|
||||
// anonymous, logged in, and friend users get connect permissions by default
|
||||
perms->set(NodePermissions::Permission::canConnectToDomain);
|
||||
perms->set(NodePermissions::Permission::canRezTemporaryCertifiedEntities);
|
||||
}
|
||||
|
||||
// add the permissions to the standard map
|
||||
|
|
Loading…
Reference in a new issue