aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-01 00:17:23 +0100
committerJustin Clark-Casey (justincc)2010-09-01 00:17:23 +0100
commitc947a67b23dceb7a970efca2097fc84003f94f8f (patch)
tree96b527979160aadf87b29a5255d55db81d524e0f /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentrefactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath... (diff)
parentAdjust the "Magic numbers" we use because we can't reference the actual (diff)
downloadopensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.zip
opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.gz
opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.bz2
opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
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