aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-25 11:05:01 +0000
committerMelanie Thielker2009-03-25 11:05:01 +0000
commit21d14a709063d24eb09f9b53e4d9ba93f5b02485 (patch)
tree222ab1c84b4e91436cd6a4cff82918e874bd5e15 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentcleanup (diff)
downloadopensim-SC_OLD-21d14a709063d24eb09f9b53e4d9ba93f5b02485.zip
opensim-SC_OLD-21d14a709063d24eb09f9b53e4d9ba93f5b02485.tar.gz
opensim-SC_OLD-21d14a709063d24eb09f9b53e4d9ba93f5b02485.tar.bz2
opensim-SC_OLD-21d14a709063d24eb09f9b53e4d9ba93f5b02485.tar.xz
Thank you, dslake, for a patch that fixes passing the start param to scripts
Fixes Mantis #3330
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index d129b93..0be6b7f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1660,7 +1660,7 @@ namespace OpenSim.Region.Framework.Scenes
1660 1660
1661 if (running > 0) 1661 if (running > 0)
1662 { 1662 {
1663 destPart.Inventory.CreateScriptInstance(destTaskItem, 0, false, DefaultScriptEngine, 0); 1663 destPart.Inventory.CreateScriptInstance(destTaskItem, start_param, false, DefaultScriptEngine, 0);
1664 } 1664 }
1665 1665
1666 ScenePresence avatar; 1666 ScenePresence avatar;