diff options
Diffstat (limited to 'OpenSim/Framework')
-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 ce4d411..66699b1 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -855,7 +855,7 @@ namespace OpenSim.Framework | |||
855 | void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, | 855 | void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, |
856 | Vector3 velocity, Quaternion rotation); | 856 | Vector3 velocity, Quaternion rotation); |
857 | 857 | ||
858 | void SendCoarseLocationUpdate(List<Vector3> CoarseLocations); | 858 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); |
859 | 859 | ||
860 | void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID); | 860 | void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID); |
861 | void SetChildAgentThrottle(byte[] throttle); | 861 | void SetChildAgentThrottle(byte[] throttle); |