diff options
-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 | { |