fix a bug on part inventory locking
parent
af1e20d054
commit
dd55a3d19c
|
@ -782,7 +782,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_items.LockItemsForRead(true);
|
m_items.LockItemsForRead(true);
|
||||||
if (m_scripts == null || m_scripts.Count == 0)
|
if (m_scripts == null || m_scripts.Count == 0)
|
||||||
{
|
{
|
||||||
m_items.LockItemsForWrite(false);
|
m_items.LockItemsForRead(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue