aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2019-03-19 06:52:57 +0000
committerUbitUmarov2019-03-19 06:52:57 +0000
commitb10a3ba0232031a1daac2a972478b7c34b7ec7ff (patch)
treef48f99eeb408128d437d8e678985e134c66fc482 /OpenSim/Region/Framework
parentdo not send parceloverlay on crossings (may be bad, or not) (diff)
downloadopensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.zip
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.gz
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.bz2
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.xz
take the deafult on the parameter overlay
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
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