aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorMW2007-12-01 21:52:10 +0000
committerMW2007-12-01 21:52:10 +0000
commit0a2425432a9b2d6b12372fb41c178cd2137e6ba5 (patch)
tree77b2232d0d96be84916d7ae36d97753a31e6da9c /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parentattempt to fix sitting-related bugs #3 and #67 (diff)
downloadopensim-SC_OLD-0a2425432a9b2d6b12372fb41c178cd2137e6ba5.zip
opensim-SC_OLD-0a2425432a9b2d6b12372fb41c178cd2137e6ba5.tar.gz
opensim-SC_OLD-0a2425432a9b2d6b12372fb41c178cd2137e6ba5.tar.bz2
opensim-SC_OLD-0a2425432a9b2d6b12372fb41c178cd2137e6ba5.tar.xz
Rezzing multiple copies of a inventory prim should now work.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 368d030..759d070 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -484,6 +484,7 @@ namespace OpenSim.Region.Environment.Scenes
484 private void AddRezObject(string xmlData, LLVector3 pos) 484 private void AddRezObject(string xmlData, LLVector3 pos)
485 { 485 {
486 SceneObjectGroup group = new SceneObjectGroup(this, m_regionHandle, xmlData); 486 SceneObjectGroup group = new SceneObjectGroup(this, m_regionHandle, xmlData);
487 group.GenerateNewIDs();
487 AddEntity(group); 488 AddEntity(group);
488 group.AbsolutePosition = pos; 489 group.AbsolutePosition = pos;
489 SceneObjectPart rootPart = group.GetChildPart(group.UUID); 490 SceneObjectPart rootPart = group.GetChildPart(group.UUID);