mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
remove unused parameter
This commit is contained in:
@@ -3719,7 +3719,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
IAttachmentsModule attachmentsModule = m_ScriptEngine.World.AttachmentsModule;
|
||||
|
||||
if (attachmentsModule != null)
|
||||
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false, true, false, true);
|
||||
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false, true, true);
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user