aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index aae4b87..50bb9ba 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -890,7 +890,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
890 0xff, 0xff, 0, 1, 148 // ID 148 (low frequency bigendian) zero encoded 890 0xff, 0xff, 0, 1, 148 // ID 148 (low frequency bigendian) zero encoded
891 }; 891 };
892 892
893 public void SendRegionHandshake(RegionInfo _regionInfo, RegionHandshakeArgs args) 893
894 public void SendRegionHandshake()
894 { 895 {
895 RegionInfo regionInfo = m_scene.RegionInfo; 896 RegionInfo regionInfo = m_scene.RegionInfo;
896 RegionSettings regionSettings = regionInfo.RegionSettings; 897 RegionSettings regionSettings = regionInfo.RegionSettings;