diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 409ee1e..81ab733 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1501,7 +1501,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1501 | } | 1501 | } |
1502 | 1502 | ||
1503 | group.ResetIDs(); | 1503 | group.ResetIDs(); |
1504 | AddEntity(group); | 1504 | |
1505 | AddObject(group); | ||
1505 | 1506 | ||
1506 | // if attachment we set it's asset id so object updates can reflect that | 1507 | // if attachment we set it's asset id so object updates can reflect that |
1507 | // if not, we set it's position in world. | 1508 | // if not, we set it's position in world. |
@@ -1612,7 +1613,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1612 | return null; | 1613 | return null; |
1613 | } | 1614 | } |
1614 | group.ResetIDs(); | 1615 | group.ResetIDs(); |
1615 | AddEntity(group); | 1616 | |
1617 | AddObject(group); | ||
1616 | 1618 | ||
1617 | // Set the startup parameter for on_rez event and llGetStartParameter() function | 1619 | // Set the startup parameter for on_rez event and llGetStartParameter() function |
1618 | group.StartParameter = param; | 1620 | group.StartParameter = param; |