Comment out Scene.CleanDroppedAttachments() and calls.

This method wasn't actually doing anything since dropped attachments retain a PCode of 9.
Also, behaviour of dropped attachments in other places appears to be that they persist after avatar logout rather than get deleted.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-02 23:19:27 +01:00
parent dbcfb25a52
commit e6eb0d9a6f
2 changed files with 37 additions and 37 deletions

View File

@@ -493,7 +493,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
// Now let's make it officially a child agent
sp.MakeChildAgent();
sp.Scene.CleanDroppedAttachments();
// sp.Scene.CleanDroppedAttachments();
// Finally, let's close this previously-known-as-root agent, when the jump is outside the view zone