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.
inv-download
BlueWall 2015-04-27 15:46:09 -05:00
parent cde4e7ec86
commit d80230adcd
1 changed files with 1 additions and 1 deletions

View File

@ -4465,7 +4465,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{ {
uint priority = 0; // time based ordering only uint priority = 0; // time based ordering only
lock (m_entityProps.SyncRoot) lock (m_entityProps.SyncRoot)
m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true)); m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false));
} }
private void ResendPropertyUpdate(ObjectPropertyUpdate update) private void ResendPropertyUpdate(ObjectPropertyUpdate update)