mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
double Ooopss
This commit is contained in:
@@ -3881,7 +3881,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (attachmentsModule == null)
|
||||
return;
|
||||
|
||||
if ((m_item.PermsMask & ScriptBaseClass.PERMISSION_ATTACH) != 0)
|
||||
if ((m_item.PermsMask & ScriptBaseClass.PERMISSION_ATTACH) == 0)
|
||||
return;
|
||||
|
||||
SceneObjectGroup grp = m_host.ParentGroup;
|
||||
|
||||
@@ -127,7 +127,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
|
||||
public void llAttachToAvatarTemp(LSL_Integer attachment)
|
||||
{
|
||||
m_LSL_Functions.llAttachToAvatar(attachment);
|
||||
m_LSL_Functions.llAttachToAvatarTemp(attachment);
|
||||
}
|
||||
|
||||
public LSL_Key llAvatarOnSitTarget()
|
||||
|
||||
Reference in New Issue
Block a user