aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
diff options
context:
space:
mode:
authorMelanie2012-07-23 21:55:18 +0100
committerMelanie2012-07-23 21:55:18 +0100
commitd69f186f5aa6897f17c04db1e26e45398b5f2eb4 (patch)
tree32f744c8f35ed7faa2ff36339a9b9e1595316ed1 /OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
parentMerge branch 'master' into careminster (diff)
parentChange attachment handling to remove object from the scene first as per (diff)
downloadopensim-SC_OLD-d69f186f5aa6897f17c04db1e26e45398b5f2eb4.zip
opensim-SC_OLD-d69f186f5aa6897f17c04db1e26e45398b5f2eb4.tar.gz
opensim-SC_OLD-d69f186f5aa6897f17c04db1e26e45398b5f2eb4.tar.bz2
opensim-SC_OLD-d69f186f5aa6897f17c04db1e26e45398b5f2eb4.tar.xz
Merge branch 'avination' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
index 410eda0..11a13e1 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -66,7 +66,7 @@ namespace OpenSim.Region.Framework.Interfaces
66 /// <param name="sp">The presence closing</param> 66 /// <param name="sp">The presence closing</param>
67 /// <param name="saveChanged">Save changed attachments.</param> 67 /// <param name="saveChanged">Save changed attachments.</param>
68 /// <param name="saveAllScripted">Save attachments with scripts even if they haven't changed.</para> 68 /// <param name="saveAllScripted">Save attachments with scripts even if they haven't changed.</para>
69 void DeRezAttachments(IScenePresence sp, bool saveChanged, bool saveAllScripted); 69 void DeRezAttachments(IScenePresence sp);
70 70
71 /// <summary> 71 /// <summary>
72 /// Delete all the presence's attachments from the scene 72 /// Delete all the presence's attachments from the scene