mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add a usefull taint and update
This commit is contained in:
@@ -2579,6 +2579,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
AggregatedInnerOwnerPerms = owner & mask;
|
||||
AggregatedInnerGroupPerms = group & mask;
|
||||
AggregatedInnerEveryonePerms = everyone & mask;
|
||||
if(ParentGroup != null)
|
||||
ParentGroup.InvalidateEffectivePerms();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user