aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-20 15:09:53 +0000
committerUbitUmarov2019-03-20 15:09:53 +0000
commitd6b3413c6337f8409b78266ac987aac63a5f77e5 (patch)
tree9d256471d0ac54cae409e2f3cf4ac250d7b3979d /OpenSim/Tests/Common/Mock/TestClient.cs
parentlludp direct encode RegionHandshake (diff)
downloadopensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.zip
opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.gz
opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.bz2
opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.xz
RegionHandshake IS critical llupd protocol not to be done by odd modules
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 022ebdf..bc6cb60 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -876,7 +876,7 @@ namespace OpenSim.Tests.Common
876 { 876 {
877 } 877 }
878 878
879 public virtual void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) 879 public virtual void SendRegionHandshake()
880 { 880 {
881 if (OnRegionHandShakeReply != null) 881 if (OnRegionHandShakeReply != null)
882 { 882 {