diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
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 8760c84..ffbf7bf 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1993,7 +1993,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1993 | 1993 | ||
1994 | // We can only call this after adding the scene object, since the scene object references the scene | 1994 | // We can only call this after adding the scene object, since the scene object references the scene |
1995 | // to find out if scripts should be activated at all. | 1995 | // to find out if scripts should be activated at all. |
1996 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 2); | 1996 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 3); |
1997 | 1997 | ||
1998 | group.ScheduleGroupForFullUpdate(); | 1998 | group.ScheduleGroupForFullUpdate(); |
1999 | 1999 | ||