From daf8a4d01dfaedda789cbb31ed63708af8500164 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 10 Sep 2015 01:02:52 +0100 Subject: [PATCH] fix lost sending of initial terrain to child agents --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 29362d7ccd..43c75549e9 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -3601,6 +3601,8 @@ namespace OpenSim.Region.Framework.Scenes // Note: This won't send data *to* other clients in that region (children don't send) if (m_teleportFlags <= 0) { + Scene.SendLayerData(ControllingClient); + ILandChannel landch = m_scene.LandChannel; if (landch != null) {