minor: seal up another instance of using the appearance list without locking
parent
32444d98cb
commit
5a5206449f
|
@ -3512,6 +3512,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
public bool HasAttachments()
|
||||
{
|
||||
lock (m_attachments)
|
||||
return m_attachments.Count > 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue