mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 10:35:40 +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:
@@ -499,7 +499,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendCoarseLocationUpdate(List<Vector3> CoarseLocations)
|
||||
public virtual void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user