entityTransfer is a nonshared module, so lets use its scene, sp ones should be the same, or something is bad

This commit is contained in:
UbitUmarov
2022-03-16 22:54:26 +00:00
parent 42e37d2087
commit 7b34b23d73
3 changed files with 218 additions and 296 deletions

View File

@@ -554,9 +554,9 @@ namespace OpenSim.Framework
internal void ReplaceAttachment(AvatarAttachment attach)
{
//m_log.DebugFormat(
// "[AVATAR APPEARANCE]: Replacing itemID={0}, assetID={1} at {2}",
// attach.ItemID, attach.AssetID, attach.AttachPoint);
//m_log.DebugFormat(
// "[AVATAR APPEARANCE]: Replacing itemID={0}, assetID={1} at {2}",
// attach.ItemID, attach.AssetID, attach.AttachPoint);
lock (m_attachments)
{