aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-01-17 01:22:44 +0000
committerUbitUmarov2017-01-17 01:22:44 +0000
commit11134072806f43ddd35fe2a70331a4877ab1b38f (patch)
treebf573760bda81a9e0442df896f082b8d8440236d /OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
parentstart adding calls to effective permissions aggregation on changes; rearrange... (diff)
downloadopensim-SC_OLD-11134072806f43ddd35fe2a70331a4877ab1b38f.zip
opensim-SC_OLD-11134072806f43ddd35fe2a70331a4877ab1b38f.tar.gz
opensim-SC_OLD-11134072806f43ddd35fe2a70331a4877ab1b38f.tar.bz2
opensim-SC_OLD-11134072806f43ddd35fe2a70331a4877ab1b38f.tar.xz
add more calls to effective permissions aggregation; do not change groupmask on deed
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
index 4dd8eb1..29d9f08 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
@@ -980,6 +980,7 @@ namespace OpenSim.Region.Framework.Scenes
980 } 980 }
981// old code end 981// old code end
982 rootPart.TrimPermissions(); 982 rootPart.TrimPermissions();
983 group.AggregateDeepPerms();
983 } 984 }
984 985
985 return true; 986 return true;