mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
minor: seal up another instance of using the appearance list without locking
This commit is contained in:
@@ -3512,7 +3512,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public bool HasAttachments()
|
||||
{
|
||||
return m_attachments.Count > 0;
|
||||
lock (m_attachments)
|
||||
return m_attachments.Count > 0;
|
||||
}
|
||||
|
||||
public bool HasScriptedAttachments()
|
||||
|
||||
Reference in New Issue
Block a user