aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-02 23:19:27 +0100
committerJustin Clark-Casey (justincc)2011-09-02 23:19:27 +0100
commite6eb0d9a6f2c0e792e3c1a77990fe18e153e454d (patch)
tree4d0f4ab33cb6e5ade8a6ac475f58d16e7e39ceaf /OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
parentRemove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi... (diff)
downloadopensim-SC_OLD-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.zip
opensim-SC_OLD-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.tar.gz
opensim-SC_OLD-e6eb0d9a6f2c0e792e3c1a77990fe18e153e454d.tar.bz2
opensim-SC_OLD-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/Framework/EntityTransfer/EntityTransferModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs2
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