diff options
author | UbitUmarov | 2015-09-10 01:02:52 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-10 01:02:52 +0100 |
commit | daf8a4d01dfaedda789cbb31ed63708af8500164 (patch) | |
tree | 548da1a696dc6022313be2e38ff6c4ac44984217 /OpenSim/Region/Framework/Scenes | |
parent | revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i... (diff) | |
download | opensim-SC-daf8a4d01dfaedda789cbb31ed63708af8500164.zip opensim-SC-daf8a4d01dfaedda789cbb31ed63708af8500164.tar.gz opensim-SC-daf8a4d01dfaedda789cbb31ed63708af8500164.tar.bz2 opensim-SC-daf8a4d01dfaedda789cbb31ed63708af8500164.tar.xz |
fix lost sending of initial terrain to child agents
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
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 | { |