Thank you, dslake, for a patch that fixes passing the start param to scripts
Fixes Mantis #33300.6.5-rc1
parent
0bb3d2e6d7
commit
21d14a7090
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue