mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Add a call to SOG.ResumeScripts() after region crossing / teleport
This commit is contained in:
@@ -2495,6 +2495,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