aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
1 files changed, 1 insertions, 1 deletions
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
1001 Session.Send(me); 1001 Session.Send(me);
1002 } 1002 }
1003 1003
1004 public void SendCoarseLocationUpdate(List<Vector3> CoarseLocations) 1004 public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)
1005 { 1005 {
1006 // Minimap function, not used. 1006 // Minimap function, not used.
1007 } 1007 }