From 0fb033e56766b433ccd03347b22e8141c28acaec Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 26 Sep 2015 01:31:57 +0100 Subject: fix object crossings to other scene on same instance --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 111b74d..3b5f924 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -2893,6 +2893,8 @@ namespace OpenSim.Region.Framework.Scenes // newObject.RootPart.KeyframeMotion.UpdateSceneObject(newObject); } + + // Do this as late as possible so that listeners have full access to the incoming object EventManager.TriggerOnIncomingSceneObject(newObject); -- cgit v1.1