mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user