aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 29362d7..43c7554 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3601,6 +3601,8 @@ namespace OpenSim.Region.Framework.Scenes
3601 // Note: This won't send data *to* other clients in that region (children don't send) 3601 // Note: This won't send data *to* other clients in that region (children don't send)
3602 if (m_teleportFlags <= 0) 3602 if (m_teleportFlags <= 0)
3603 { 3603 {
3604 Scene.SendLayerData(ControllingClient);
3605
3604 ILandChannel landch = m_scene.LandChannel; 3606 ILandChannel landch = m_scene.LandChannel;
3605 if (landch != null) 3607 if (landch != null)
3606 { 3608 {