diff options
author | UbitUmarov | 2019-03-20 15:09:53 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-20 15:09:53 +0000 |
commit | d6b3413c6337f8409b78266ac987aac63a5f77e5 (patch) | |
tree | 9d256471d0ac54cae409e2f3cf4ac250d7b3979d /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | lludp direct encode RegionHandshake (diff) | |
download | opensim-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.cs | 2 |
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 | { |