Only send the requested ObjectPropertiesFamily in the RequestObjectPropertiesFamily reply and not the actual ObjectProperties packet

Signed-off-by: Diva Canto <diva@metaverseink.com>
0.8.2-post-fixes
Drake Arconis 2015-08-14 18:13:41 -04:00 committed by Diva Canto
parent a22e6cb7f5
commit d70db51466
1 changed files with 1 additions and 1 deletions

View File

@ -4467,7 +4467,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
uint priority = 0; // time based ordering only
lock (m_entityProps.SyncRoot)
m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true));
m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false));
}
private void ResendPropertyUpdate(ObjectPropertyUpdate update)