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

LSLKeyTest
Diva Canto 2016-06-20 15:32:22 -07:00
parent 359908fa88
commit bc0fc16f44
1 changed files with 1 additions and 0 deletions

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();