mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
add more calls to effective permissions aggregation; do not change groupmask on deed
This commit is contained in:
@@ -2764,7 +2764,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
// Apply Next Owner Permissions if we're not bypassing permissions
|
||||
if (!m_scene.Permissions.BypassPermissions())
|
||||
{
|
||||
ApplyNextOwnerPermissions();
|
||||
AggregatePerms();
|
||||
}
|
||||
}
|
||||
|
||||
rpart.ScheduleFullUpdate();
|
||||
|
||||
Reference in New Issue
Block a user