diff options
author | lbsa71 | 2008-01-22 15:07:30 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-22 15:07:30 +0000 |
commit | 8d0364e228ea038902e9249ea4550668d3a23f7d (patch) | |
tree | 96d7c19e21183f7d9702b4a6ab647314536d6b44 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | Giving Mantis 393 a shot (not enough info to really know for sure though). (diff) | |
download | opensim-SC-8d0364e228ea038902e9249ea4550668d3a23f7d.zip opensim-SC-8d0364e228ea038902e9249ea4550668d3a23f7d.tar.gz opensim-SC-8d0364e228ea038902e9249ea4550668d3a23f7d.tar.bz2 opensim-SC-8d0364e228ea038902e9249ea4550668d3a23f7d.tar.xz |
* changed nonsensical PermissionMask and ObjectFlags mixup; if this causes perms weirdness, let's all work together to find the real cause.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
754 | AddEntity(group); | 754 | AddEntity(group); |
755 | group.AbsolutePosition = pos; | 755 | group.AbsolutePosition = pos; |
756 | SceneObjectPart rootPart = group.GetChildPart(group.UUID); | 756 | SceneObjectPart rootPart = group.GetChildPart(group.UUID); |
757 | rootPart.ApplySanePermissions(); | 757 | rootPart.TrimPermissions(); |
758 | group.ApplyPhysics(m_physicalPrim); | 758 | group.ApplyPhysics(m_physicalPrim); |
759 | group.StartScripts(); | 759 | group.StartScripts(); |
760 | 760 | ||