diff options
author | Justin Clark-Casey (justincc) | 2010-09-01 00:17:23 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-01 00:17:23 +0100 |
commit | c947a67b23dceb7a970efca2097fc84003f94f8f (patch) | |
tree | 96b527979160aadf87b29a5255d55db81d524e0f /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath... (diff) | |
parent | Adjust the "Magic numbers" we use because we can't reference the actual (diff) | |
download | opensim-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.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index db081cc..56ac2c2 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2376,7 +2376,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2376 | return false; | 2376 | return false; |
2377 | } | 2377 | } |
2378 | 2378 | ||
2379 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1); | 2379 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 2); |
2380 | 2380 | ||
2381 | newObject.ResumeScripts(); | 2381 | newObject.ResumeScripts(); |
2382 | 2382 | ||