Still mantis #7929: apply next owner mask to the new owner, the group.

This commit is contained in:
Diva Canto
2016-06-20 15:32:22 -07:00
parent 359908fa88
commit bc0fc16f44

View File

@@ -2743,6 +2743,7 @@ namespace OpenSim.Region.Framework.Scenes
sog.SetOwnerId(groupID);
// Make the group mask be the previous owner mask
sog.RootPart.GroupMask = sog.RootPart.OwnerMask;
sog.ApplyNextOwnerPermissions();
sog.ScheduleGroupForFullUpdate();