mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
move deep effective permissions aggregation to first time use and not on changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
This commit is contained in:
@@ -979,7 +979,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
// old code end
|
||||
rootPart.TrimPermissions();
|
||||
group.AggregateDeepPerms();
|
||||
group.InvalidateDeepEffectivePerms();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user