diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 64ee7e4..fff47e2 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -566,11 +566,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
566 | item.InvType = (int)InventoryType.Object; | 566 | item.InvType = (int)InventoryType.Object; |
567 | 567 | ||
568 | m_scene.InventoryService.UpdateItem(item); | 568 | m_scene.InventoryService.UpdateItem(item); |
569 | |||
570 | // this gets called when the agent logs off! | ||
571 | if (sp.ControllingClient != null) | ||
572 | sp.ControllingClient.SendInventoryItemCreateUpdate(item, 0); | ||
573 | } | 569 | } |
570 | |||
574 | grp.HasGroupChanged = false; // Prevent it being saved over and over | 571 | grp.HasGroupChanged = false; // Prevent it being saved over and over |
575 | } | 572 | } |
576 | // else | 573 | // else |