diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 81ab733..816b01d 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1502,7 +1502,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1502 | 1502 | ||
1503 | group.ResetIDs(); | 1503 | group.ResetIDs(); |
1504 | 1504 | ||
1505 | AddObject(group); | 1505 | AddSceneObject(group); |
1506 | 1506 | ||
1507 | // 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 |
1508 | // if not, we set it's position in world. | 1508 | // if not, we set it's position in world. |
@@ -1614,7 +1614,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1614 | } | 1614 | } |
1615 | group.ResetIDs(); | 1615 | group.ResetIDs(); |
1616 | 1616 | ||
1617 | AddObject(group); | 1617 | AddSceneObject(group); |
1618 | 1618 | ||
1619 | // Set the startup parameter for on_rez event and llGetStartParameter() function | 1619 | // Set the startup parameter for on_rez event and llGetStartParameter() function |
1620 | group.StartParameter = param; | 1620 | group.StartParameter = param; |