missing copypaste

This commit is contained in:
UbitUmarov
2020-08-17 23:21:51 +01:00
parent d82319f940
commit 0dc925b5c4

View File

@@ -1571,8 +1571,9 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
req.agent = avatarID;
req.reqtype = 0;
m_asyncRequests.Enqueue(req);
if(Monitor.TryEnter(m_asyncRequestsLock))
//m_asyncRequests.Enqueue(req);
m_asyncRequests.Push(req);
if (Monitor.TryEnter(m_asyncRequestsLock))
{
if (!m_asyncRequestsRunning)
{