diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index a67d701..f010035 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -4040,7 +4040,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4040 | ILandChannel landch = m_scene.LandChannel; | 4040 | ILandChannel landch = m_scene.LandChannel; |
4041 | if (landch != null) | 4041 | if (landch != null) |
4042 | { | 4042 | { |
4043 | landch.sendClientInitialLandInfo(ControllingClient); | 4043 | landch.sendClientInitialLandInfo(ControllingClient, true); |
4044 | } | 4044 | } |
4045 | } | 4045 | } |
4046 | 4046 | ||