diff options
author | Melanie | 2012-02-01 09:38:20 +0000 |
---|---|---|
committer | Melanie | 2012-02-01 09:38:20 +0000 |
commit | c08d6df7e13abde2905ece634cd6770b3804554c (patch) | |
tree | b097004da8ae1d124dfd12a5799c391cddc3c5db /OpenSim/Region/CoreModules | |
parent | Straighten out some attachment mess. Don't save attachment states for HG (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 1 |
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 | { |