mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Thank you, dslake, for a patch that fixes passing the start param to scripts
Fixes Mantis #3330
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user