diff options
author | Melanie Thielker | 2010-08-31 22:24:11 +0200 |
---|---|---|
committer | Melanie | 2010-08-31 22:36:46 +0100 |
commit | c47de942637281714c3e85bfc8b3af4405713fd3 (patch) | |
tree | 3a6c339bcf4439b7541d769c75689dd117cf58bf /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |
parent | minor: Add some method doc to BaseHttpServer.HandleRequest() (diff) | |
download | opensim-SC-c47de942637281714c3e85bfc8b3af4405713fd3.zip opensim-SC-c47de942637281714c3e85bfc8b3af4405713fd3.tar.gz opensim-SC-c47de942637281714c3e85bfc8b3af4405713fd3.tar.bz2 opensim-SC-c47de942637281714c3e85bfc8b3af4405713fd3.tar.xz |
Adjust the "Magic numbers" we use because we can't reference the actual
script state enum to reflect recent changes.
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 2ac46e2..0674e62 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1940,7 +1940,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1940 | 1940 | ||
1941 | // We can only call this after adding the scene object, since the scene object references the scene | 1941 | // We can only call this after adding the scene object, since the scene object references the scene |
1942 | // to find out if scripts should be activated at all. | 1942 | // to find out if scripts should be activated at all. |
1943 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 2); | 1943 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 3); |
1944 | 1944 | ||
1945 | group.ScheduleGroupForFullUpdate(); | 1945 | group.ScheduleGroupForFullUpdate(); |
1946 | 1946 | ||