diff options
author | Teravus Ovares | 2008-05-14 05:43:21 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-14 05:43:21 +0000 |
commit | 39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9 (patch) | |
tree | 620a8e288a0ad009033e3c20d60328fe17729ef9 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | More formatting cleanup. (diff) | |
download | opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.zip opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.gz opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.bz2 opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.xz |
Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 |
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 | ||