diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index c8e5881..e7dd9d3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4467,7 +4467,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4467 | { | 4467 | { |
4468 | uint priority = 0; // time based ordering only | 4468 | uint priority = 0; // time based ordering only |
4469 | lock (m_entityProps.SyncRoot) | 4469 | lock (m_entityProps.SyncRoot) |
4470 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true)); | 4470 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false)); |
4471 | } | 4471 | } |
4472 | 4472 | ||
4473 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) | 4473 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) |