Still mantis #7929: apply next owner mask to the new owner, the group.
parent
359908fa88
commit
bc0fc16f44
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue