aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
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.