mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Changed a number of field names to ccc (public members shouldn't be called m_)
This commit is contained in:
@@ -468,7 +468,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
{
|
||||
LLUUID appDomain=assetID;
|
||||
|
||||
if (part.ParentGroup.RootPart.m_IsAttachment)
|
||||
if (part.ParentGroup.RootPart.IsAttachment)
|
||||
appDomain = part.ParentGroup.RootPart.UUID;
|
||||
|
||||
if (!m_AppDomains.ContainsKey(appDomain))
|
||||
|
||||
Reference in New Issue
Block a user