Call the cleanup after saving attachment states, so that the attachments
don't get killed before they can be savedviewer-2-initial-appearance
parent
2f58d56137
commit
4f6dd8bda3
|
@ -3154,7 +3154,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
}
|
||||
m_eventManager.TriggerClientClosed(agentID, this);
|
||||
CleanDroppedAttachments();
|
||||
}
|
||||
catch (NullReferenceException)
|
||||
{
|
||||
|
@ -3163,6 +3162,9 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
|
||||
m_eventManager.TriggerOnRemovePresence(agentID);
|
||||
|
||||
CleanDroppedAttachments();
|
||||
|
||||
ForEachClient(
|
||||
delegate(IClientAPI client)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue