From f5812b3702f38d4535f042303eef4bd37f8a448c Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Sat, 28 Mar 2009 01:40:33 +0000
Subject: * Adds AgentUUIDs into the CourseLocationUpdate to improve
 compatibility with LibOMV based clients. * Modifies the IClientAPI!  So
 client stacks will need to be modified!

---
 OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'OpenSim/Client/MXP')

diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 0da0743..4f4bd93 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1001,7 +1001,7 @@ namespace OpenSim.Client.MXP.ClientStack
             Session.Send(me);
         }
 
-        public void SendCoarseLocationUpdate(List<Vector3> CoarseLocations)
+        public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)
         {
             // Minimap function, not used.
         }
-- 
cgit v1.1