diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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 855342f..311dd31 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4465,7 +4465,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4465 | { | 4465 | { |
4466 | uint priority = 0; // time based ordering only | 4466 | uint priority = 0; // time based ordering only |
4467 | lock (m_entityProps.SyncRoot) | 4467 | lock (m_entityProps.SyncRoot) |
4468 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true)); | 4468 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false)); |
4469 | } | 4469 | } |
4470 | 4470 | ||
4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) | 4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) |