aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments
diff options
context:
space:
mode:
authorMelanie2012-02-01 09:38:20 +0000
committerMelanie2012-02-01 09:38:20 +0000
commitc08d6df7e13abde2905ece634cd6770b3804554c (patch)
treeb097004da8ae1d124dfd12a5799c391cddc3c5db /OpenSim/Region/CoreModules/Avatar/Attachments
parentStraighten out some attachment mess. Don't save attachment states for HG (diff)
downloadopensim-SC_OLD-c08d6df7e13abde2905ece634cd6770b3804554c.zip
opensim-SC_OLD-c08d6df7e13abde2905ece634cd6770b3804554c.tar.gz
opensim-SC_OLD-c08d6df7e13abde2905ece634cd6770b3804554c.tar.bz2
opensim-SC_OLD-c08d6df7e13abde2905ece634cd6770b3804554c.tar.xz
Prevent a changed attachment that has been saved from being saved again.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 65ba730..7086e6c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -500,6 +500,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
500 if (sp.ControllingClient != null) 500 if (sp.ControllingClient != null)
501 sp.ControllingClient.SendInventoryItemCreateUpdate(item, 0); 501 sp.ControllingClient.SendInventoryItemCreateUpdate(item, 0);
502 } 502 }
503 grp.HasGroupChanged = false; // Prevent it being saved over and over
503 } 504 }
504 else 505 else
505 { 506 {