fix typo in function name (missed file)

This commit is contained in:
UbitUmarov
2026-06-30 19:32:56 +01:00
parent bd750906af
commit 4a356cba5e

View File

@@ -381,7 +381,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
ad.AttachmentObjectStates = null;
if (attachments.Count > 0)
m_scene.IncomingAttechments(sp, attachments);
m_scene.IncomingAttachments(sp, attachments);
else
sp.GotAttachmentsData = true;
}