diff options
author | Justin Clark-Casey (justincc) | 2011-09-02 23:19:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-02 23:19:27 +0100 |
commit | e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d (patch) | |
tree | 4d0f4ab33cb6e5ade8a6ac475f58d16e7e39ceaf /OpenSim/Region/CoreModules | |
parent | Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi... (diff) | |
download | opensim-SC-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.zip opensim-SC-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.tar.gz opensim-SC-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.tar.bz2 opensim-SC-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs index 766656c..45506ed 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||
@@ -493,7 +493,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
493 | // Now let's make it officially a child agent | 493 | // Now let's make it officially a child agent |
494 | sp.MakeChildAgent(); | 494 | sp.MakeChildAgent(); |
495 | 495 | ||
496 | sp.Scene.CleanDroppedAttachments(); | 496 | // sp.Scene.CleanDroppedAttachments(); |
497 | 497 | ||
498 | // Finally, let's close this previously-known-as-root agent, when the jump is outside the view zone | 498 | // Finally, let's close this previously-known-as-root agent, when the jump is outside the view zone |
499 | 499 | ||