mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
fix typo in function name (missed file)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user