diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs | 2 |
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 d5c2fd4..a7c774c 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs | |||
@@ -385,7 +385,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
385 | objectGroup.AbsolutePosition.Z); | 385 | objectGroup.AbsolutePosition.Z); |
386 | 386 | ||
387 | Quaternion inventoryStoredRotation = objectGroup.GroupRotation; | 387 | Quaternion inventoryStoredRotation = objectGroup.GroupRotation; |
388 | //originalPositions[objectGroup.UUID] = objectGroup.AbsolutePosition; | 388 | originalPositions[objectGroup.UUID] = objectGroup.AbsolutePosition; |
389 | 389 | ||
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) |