From bc0fc16f44962cb1d9b541588a9a184cb0850cda Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 20 Jun 2016 15:32:22 -0700 Subject: [PATCH] Still mantis #7929: apply next owner mask to the new owner, the group. --- OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index bcc0cea2e4..30bc75bfa9 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -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();