diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 759059f..673810e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -794,7 +794,7 @@ namespace OpenSim.Framework | |||
794 | /// <param name="localID"></param> | 794 | /// <param name="localID"></param> |
795 | void SendKillObject(ulong regionHandle, uint localID); | 795 | void SendKillObject(ulong regionHandle, uint localID); |
796 | 796 | ||
797 | void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId); | 797 | void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs); |
798 | void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args); | 798 | void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args); |
799 | 799 | ||
800 | void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, | 800 | void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, |