aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 82a6b94..62ad2cd 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -1406,6 +1406,9 @@ namespace OpenSim.Region.Environment.Scenes
1406 group.ResetIDs(); 1406 group.ResetIDs();
1407 AddEntity(group); 1407 AddEntity(group);
1408 1408
1409 // Set the startup parameter for on_rez event and llGetStartParameter() function
1410 group.StartParameter = param;
1411
1409 // we set it's position in world. 1412 // we set it's position in world.
1410 group.AbsolutePosition = pos; 1413 group.AbsolutePosition = pos;
1411 1414