aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
diff options
context:
space:
mode:
authorMelanie2012-02-01 09:45:15 +0000
committerMelanie2012-02-01 09:45:15 +0000
commit241ddd031f36eda9f1339398ae30d52c1b9e83e5 (patch)
tree8ba2d3c99fb893b0598c440c8ff8020e7b380412 /OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
parentPrevent a changed attachment that has been saved from being saved again. (diff)
downloadopensim-SC_OLD-241ddd031f36eda9f1339398ae30d52c1b9e83e5.zip
opensim-SC_OLD-241ddd031f36eda9f1339398ae30d52c1b9e83e5.tar.gz
opensim-SC_OLD-241ddd031f36eda9f1339398ae30d52c1b9e83e5.tar.bz2
opensim-SC_OLD-241ddd031f36eda9f1339398ae30d52c1b9e83e5.tar.xz
Fix copy/paste errors
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 e668dae..eb07165 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Region.Framework.Interfaces
46 /// Save the attachments that have change on this presence. 46 /// Save the attachments that have change on this presence.
47 /// </summary> 47 /// </summary>
48 /// <param name="sp"></param> 48 /// <param name="sp"></param>
49 void SaveChangedAttachments(IScenePresence sp); 49 void SaveChangedAttachments(IScenePresence sp, bool saveAllScripted);
50 50
51 /// <summary> 51 /// <summary>
52 /// Delete all the presence's attachments from the scene 52 /// Delete all the presence's attachments from the scene