diff options
-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 22248af..19329a8 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2495,6 +2495,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2495 | 2495 | ||
2496 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1); | 2496 | newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1); |
2497 | 2497 | ||
2498 | newObject.ResumeScripts(); | ||
2499 | |||
2498 | // Do this as late as possible so that listeners have full access to the incoming object | 2500 | // Do this as late as possible so that listeners have full access to the incoming object |
2499 | EventManager.TriggerOnIncomingSceneObject(newObject); | 2501 | EventManager.TriggerOnIncomingSceneObject(newObject); |
2500 | 2502 | ||