diff options
author | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
commit | f5812b3702f38d4535f042303eef4bd37f8a448c (patch) | |
tree | 01a5a1565d97ce02e5910b153cbfe71f86fd3926 /OpenSim/Client/MXP | |
parent | Small bugs fixed related to ownership and permissions. (diff) | |
download | opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.zip opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.gz opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.bz2 opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.xz |
* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
Diffstat (limited to 'OpenSim/Client/MXP')
-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 | } |