* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than SOP.IsAttachment

This commit is contained in:
Justin Clarke Casey
2008-11-01 22:04:35 +00:00
parent 44e377d1fb
commit 9366a234cf
7 changed files with 15 additions and 16 deletions

View File

@@ -545,7 +545,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
{
UUID appDomain = assetID;
if (part.ParentGroup.RootPart.IsAttachment)
if (part.ParentGroup.IsAttachment)
appDomain = part.ParentGroup.RootPart.UUID;
if (!m_AppDomains.ContainsKey(appDomain))