diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 |
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 | } |