mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than SOP.IsAttachment
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user