mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
reduce some grid services calls on region crossings, sending more information on the agent update ( groups v2 needs change )
This commit is contained in:
@@ -278,7 +278,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
// There might be some problem with the thread we're generating this on but not
|
||||
// doing the update at this time causes problems (Mantis #7920 and #7915)
|
||||
// TODO: move sending this update to a later time in the rootification of the client.
|
||||
SendAgentGroupDataUpdate(sp.ControllingClient, false);
|
||||
if(!sp.haveGroupInformation)
|
||||
SendAgentGroupDataUpdate(sp.ControllingClient, false);
|
||||
}
|
||||
|
||||
private void OnMakeChild(ScenePresence sp)
|
||||
|
||||
Reference in New Issue
Block a user