aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 a7c774c..e4f23f9 100644
--- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
@@ -390,7 +390,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
390 // Restore attachment data after trip through the sim 390 // Restore attachment data after trip through the sim
391 if (objectGroup.RootPart.AttachPoint > 0) 391 if (objectGroup.RootPart.AttachPoint > 0)
392 { 392 {
393 inventoryStoredPosition = objectGroup.RootPart.AttachOffset; 393 inventoryStoredPosition = objectGroup.RootPart.AttachedPos;
394 inventoryStoredRotation = objectGroup.RootPart.AttachRotation; 394 inventoryStoredRotation = objectGroup.RootPart.AttachRotation;
395 } 395 }
396 396