aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDrake Arconis2015-08-14 18:13:41 -0400
committerMelanie Thielker2015-08-15 01:57:25 +0200
commit4f3198da22bb845a882a6b2d71d1b7414da31d8d (patch)
tree84399830cd3be540a25969a97cbf1a746c7aa9e9
parentUpdate libomv managed dlls to 49a5cf05c32e (diff)
downloadopensim-SC_OLD-4f3198da22bb845a882a6b2d71d1b7414da31d8d.zip
opensim-SC_OLD-4f3198da22bb845a882a6b2d71d1b7414da31d8d.tar.gz
opensim-SC_OLD-4f3198da22bb845a882a6b2d71d1b7414da31d8d.tar.bz2
opensim-SC_OLD-4f3198da22bb845a882a6b2d71d1b7414da31d8d.tar.xz
Only send the requested ObjectPropertiesFamily in the RequestObjectPropertiesFamily reply and not the actual ObjectProperties packet
Signed-off-by: Melanie Thielker <melanie@t-data.com>
-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 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)