From 8d0364e228ea038902e9249ea4550668d3a23f7d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 22 Jan 2008 15:07:30 +0000 Subject: * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes perms weirdness, let's all work together to find the real cause. --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 8111796..58a6a4c 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -754,7 +754,7 @@ namespace OpenSim.Region.Environment.Scenes AddEntity(group); group.AbsolutePosition = pos; SceneObjectPart rootPart = group.GetChildPart(group.UUID); - rootPart.ApplySanePermissions(); + rootPart.TrimPermissions(); group.ApplyPhysics(m_physicalPrim); group.StartScripts(); -- cgit v1.1