aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie Thielker2014-07-19 23:17:26 +0200
committerMelanie Thielker2014-07-19 23:17:26 +0200
commit07c0ee1fbf95972f0568e0236eeb26a2c74697b1 (patch)
tree81e1583c4a906260ce8ac60b9b085b569398f641 /OpenSim/Region
parentMerge branch 'avination-current' (diff)
downloadopensim-SC_OLD-07c0ee1fbf95972f0568e0236eeb26a2c74697b1.zip
opensim-SC_OLD-07c0ee1fbf95972f0568e0236eeb26a2c74697b1.tar.gz
opensim-SC_OLD-07c0ee1fbf95972f0568e0236eeb26a2c74697b1.tar.bz2
opensim-SC_OLD-07c0ee1fbf95972f0568e0236eeb26a2c74697b1.tar.xz
Fix taking objects
Diffstat (limited to 'OpenSim/Region')
-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 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)