aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-20 15:09:53 +0000
committerUbitUmarov2019-03-20 15:09:53 +0000
commitd6b3413c6337f8409b78266ac987aac63a5f77e5 (patch)
tree9d256471d0ac54cae409e2f3cf4ac250d7b3979d /OpenSim/Framework/IClientAPI.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 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 63e3782..0c5224b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1106,7 +1106,7 @@ namespace OpenSim.Framework
1106// void SendPartFullUpdate(ISceneEntity ent, uint? parentID); 1106// void SendPartFullUpdate(ISceneEntity ent, uint? parentID);
1107 1107
1108 void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs); 1108 void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs);
1109 void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args); 1109 void SendRegionHandshake();
1110 1110
1111 /// <summary> 1111 /// <summary>
1112 /// Send chat to the viewer. 1112 /// Send chat to the viewer.