add a usefull taint and update

This commit is contained in:
UbitUmarov
2017-04-27 00:02:01 +01:00
parent ce655056ca
commit 8d3d87e0b2
2 changed files with 69 additions and 27 deletions

View File

@@ -2579,6 +2579,8 @@ namespace OpenSim.Region.Framework.Scenes
AggregatedInnerOwnerPerms = owner & mask;
AggregatedInnerGroupPerms = group & mask;
AggregatedInnerEveryonePerms = everyone & mask;
if(ParentGroup != null)
ParentGroup.InvalidateEffectivePerms();
}
}