aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index bcc0cea..30bc75b 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
2743 sog.SetOwnerId(groupID); 2743 sog.SetOwnerId(groupID);
2744 // Make the group mask be the previous owner mask 2744 // Make the group mask be the previous owner mask
2745 sog.RootPart.GroupMask = sog.RootPart.OwnerMask; 2745 sog.RootPart.GroupMask = sog.RootPart.OwnerMask;
2746 sog.ApplyNextOwnerPermissions();
2746 2747
2747 sog.ScheduleGroupForFullUpdate(); 2748 sog.ScheduleGroupForFullUpdate();
2748 2749