Thank you, dslake, for a patch that fixes passing the start param to scripts

Fixes Mantis #3330
0.6.5-rc1
Melanie Thielker 2009-03-25 11:05:01 +00:00
parent 0bb3d2e6d7
commit 21d14a7090
1 changed files with 1 additions and 1 deletions

View File

@ -1660,7 +1660,7 @@ namespace OpenSim.Region.Framework.Scenes
if (running > 0)
{
destPart.Inventory.CreateScriptInstance(destTaskItem, 0, false, DefaultScriptEngine, 0);
destPart.Inventory.CreateScriptInstance(destTaskItem, start_param, false, DefaultScriptEngine, 0);
}
ScenePresence avatar;