aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
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 311dd31..855342f 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,false)); 4468 m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true));
4469 } 4469 }
4470 4470
4471 private void ResendPropertyUpdate(ObjectPropertyUpdate update) 4471 private void ResendPropertyUpdate(ObjectPropertyUpdate update)