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
parent
cde4e7ec86
commit
d80230adcd
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue