diff options
author | Sean Dague | 2008-07-02 20:31:17 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-02 20:31:17 +0000 |
commit | 2c113c00cf5a8a026ed27e295ba107d21b458649 (patch) | |
tree | d263a3c2445acd57ba7020683f623e2d4ba85d89 /OpenSim/Region/ScriptEngine/Common | |
parent | * Twiddle with archive asset extensions yet again (diff) | |
download | opensim-SC_OLD-2c113c00cf5a8a026ed27e295ba107d21b458649.zip opensim-SC_OLD-2c113c00cf5a8a026ed27e295ba107d21b458649.tar.gz opensim-SC_OLD-2c113c00cf5a8a026ed27e295ba107d21b458649.tar.bz2 opensim-SC_OLD-2c113c00cf5a8a026ed27e295ba107d21b458649.tar.xz |
property encapsulation for SOP
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index b65174e..7122d65 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -2396,7 +2396,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2396 | return; | 2396 | return; |
2397 | } | 2397 | } |
2398 | } | 2398 | } |
2399 | else if (m_host.m_sitTargetAvatar == agentID) // Sitting avatar | 2399 | else if (m_host.SitTargetAvatar == agentID) // Sitting avatar |
2400 | { | 2400 | { |
2401 | // When agent is sitting, certain permissions are implicit if requested from sitting agent | 2401 | // When agent is sitting, certain permissions are implicit if requested from sitting agent |
2402 | int implicitPerms = BuiltIn_Commands_BaseClass.PERMISSION_TRIGGER_ANIMATION | | 2402 | int implicitPerms = BuiltIn_Commands_BaseClass.PERMISSION_TRIGGER_ANIMATION | |