aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authorBlueWall2015-04-27 15:46:09 -0500
committerBlueWall2015-04-27 15:46:09 -0500
commitd80230adcdd26a7f512355df256cc5c9c5e3d0e6 (patch)
treea2d6eb30090cc60929b56060f227729e135c33e9 /OpenSim/Region/ClientStack/Linden/UDP
parentFix the click to buy prim dialog not being displayed with alpha viewers after... (diff)
downloadopensim-SC_OLD-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.zip
opensim-SC_OLD-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.gz
opensim-SC_OLD-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.bz2
opensim-SC_OLD-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.xz
Revert "Fix the click to buy prim dialog not being displayed with alpha viewers after recent changes to viewer code by LL."
See: http://opensimulator.org/mantis/view.php?id=7426#c28089 Reverting this commit due to unwanted effects.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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 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)