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 2f9f594..32544b9 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -871,7 +871,7 @@ namespace OpenSim.Framework
871 Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation); 871 Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation);
872 872
873 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, 873 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position,
874 Vector3 velocity, Quaternion rotation); 874 Vector3 velocity, Quaternion rotation, UUID agentid);
875 875
876 void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); 876 void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations);
877 877