mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
fix typo in function name
This commit is contained in:
@@ -2973,7 +2973,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool IncomingAttechments(ScenePresence sp, List<SceneObjectGroup> attachments)
|
||||
public bool IncomingAttachments(ScenePresence sp, List<SceneObjectGroup> attachments)
|
||||
{
|
||||
//m_log.DebugFormat(" >>> IncomingCreateObject(sog) <<< {0} deleted? {1} isAttach? {2}", ((SceneObjectGroup)sog).AbsolutePosition,
|
||||
// ((SceneObjectGroup)sog).IsDeleted, ((SceneObjectGroup)sog).RootPart.IsAttachment);
|
||||
|
||||
Reference in New Issue
Block a user