mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Don't try and delete attachments for child agent close
This commit is contained in:
@@ -3404,7 +3404,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void Close()
|
||||
{
|
||||
m_scene.AttachmentsModule.DeleteAttachmentsFromScene(this, false);
|
||||
if (!IsChildAgent)
|
||||
m_scene.AttachmentsModule.DeleteAttachmentsFromScene(this, false);
|
||||
|
||||
lock (m_knownChildRegions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user