diff options
author | Diva Canto | 2016-06-20 15:32:22 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-20 15:32:22 -0700 |
commit | bc0fc16f44962cb1d9b541588a9a184cb0850cda (patch) | |
tree | 359d357db88d3d4b6c3d79ea079670e0fee1a917 /OpenSim/Region | |
parent | Related to mantis #7929: "For sale" was not being accepted, because of permis... (diff) | |
download | opensim-SC_OLD-bc0fc16f44962cb1d9b541588a9a184cb0850cda.zip opensim-SC_OLD-bc0fc16f44962cb1d9b541588a9a184cb0850cda.tar.gz opensim-SC_OLD-bc0fc16f44962cb1d9b541588a9a184cb0850cda.tar.bz2 opensim-SC_OLD-bc0fc16f44962cb1d9b541588a9a184cb0850cda.tar.xz |
Still mantis #7929: apply next owner mask to the new owner, the group.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
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 | ||