diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 3948f14..2544359 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2467,6 +2467,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2467 | 2467 | ||
2468 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1); | 2468 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1); |
2469 | 2469 | ||
2470 | newObject.ResumeScripts(); | ||
2471 | |||
2470 | // Do this as late as possible so that listeners have full access to the incoming object | 2472 | // Do this as late as possible so that listeners have full access to the incoming object |
2471 | EventManager.TriggerOnIncomingSceneObject(newObject); | 2473 | EventManager.TriggerOnIncomingSceneObject(newObject); |
2472 | 2474 | ||