aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework')
-rw-r--r--OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
index 8528c65..f537124 100644
--- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
@@ -912,7 +912,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
912 // one full update during the attachment 912 // one full update during the attachment
913 // process causes some clients to fail to display the 913 // process causes some clients to fail to display the
914 // attachment properly. 914 // attachment properly.
915 m_Scene.AddNewSceneObject(group, true, false); 915 m_Scene.AddNewSceneObject(group, !attachment, false);
916 916
917 // if attachment we set it's asset id so object updates 917 // if attachment we set it's asset id so object updates
918 // can reflect that, if not, we set it's position in world. 918 // can reflect that, if not, we set it's position in world.