From 78228bd4bccfff3e87f5a6f2baf5a9c1f9d003dc Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 20 Apr 2025 23:54:04 +0100 Subject: [PATCH] mk sure we do save appearence --- .../Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index cf21e8c19c..f081bdddd8 100755 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs @@ -805,6 +805,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments { RezSingleAttachmentFromInventory(sp, rez.Key, rez.Value); } + m_scene.AvatarFactory?.QueueAppearanceSave(sp.UUID); } public void DetachSingleAttachmentToGround(IScenePresence sp, uint soLocalId)