mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Add a call to SOG.ResumeScripts() after region crossing / teleport
This commit is contained in:
committed by
Melanie
parent
ab3afd5f42
commit
d91bd7646d
@@ -2467,6 +2467,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
newObject.RootPart.ParentGroup.CreateScriptInstances(0, false, DefaultScriptEngine, 1);
|
||||
|
||||
newObject.ResumeScripts();
|
||||
|
||||
// Do this as late as possible so that listeners have full access to the incoming object
|
||||
EventManager.TriggerOnIncomingSceneObject(newObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user