diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index a92500c..b16125b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2861,7 +2861,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2861 | 2861 | ||
2862 | m_host.AddScriptLPS(1); | 2862 | m_host.AddScriptLPS(1); |
2863 | 2863 | ||
2864 | if (m_host.ParentGroup.RootPart.IsAttachment && (UUID)agent == m_host.ParentGroup.RootPart.AttachedAvatar) | 2864 | if (m_host.ParentGroup.IsAttachment && (UUID)agent == m_host.ParentGroup.RootPart.AttachedAvatar) |
2865 | { | 2865 | { |
2866 | // When attached, certain permissions are implicit if requested from owner | 2866 | // When attached, certain permissions are implicit if requested from owner |
2867 | int implicitPerms = ScriptBaseClass.PERMISSION_TAKE_CONTROLS | | 2867 | int implicitPerms = ScriptBaseClass.PERMISSION_TAKE_CONTROLS | |