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

Signed-off-by: Melanie Thielker <melanie@t-data.com>
This commit is contained in:
Drake Arconis
2015-08-14 18:13:41 -04:00
committed by Melanie Thielker
parent 1bfdc9f32b
commit 4f3198da22

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)