diff options
author | Jeff Ames | 2008-09-09 01:26:48 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-09 01:26:48 +0000 |
commit | fae34bb10cfa10702faf5c19d8c8517faa018cb5 (patch) | |
tree | 2001f24703b010957254dbb49ef5e222ff30b84d /OpenSim/Region/ScriptEngine/Common | |
parent | Fix state xxx within state xxx itself triggering a state "change" to (diff) | |
download | opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.zip opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.gz opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.bz2 opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.xz |
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index ebf2a15..9405198 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -7546,7 +7546,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
7546 | 7546 | ||
7547 | // the object we are in | 7547 | // the object we are in |
7548 | UUID objectID = m_host.ParentUUID; | 7548 | UUID objectID = m_host.ParentUUID; |
7549 | if(objectID == UUID.Zero) return; | 7549 | if (objectID == UUID.Zero) return; |
7550 | 7550 | ||
7551 | // we need the permission first, to know which avatar we want to set the camera for | 7551 | // we need the permission first, to know which avatar we want to set the camera for |
7552 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; | 7552 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; |
@@ -7597,7 +7597,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
7597 | 7597 | ||
7598 | // the object we are in | 7598 | // the object we are in |
7599 | UUID objectID = m_host.ParentUUID; | 7599 | UUID objectID = m_host.ParentUUID; |
7600 | if(objectID == UUID.Zero) return; | 7600 | if (objectID == UUID.Zero) return; |
7601 | 7601 | ||
7602 | // we need the permission first, to know which avatar we want to clear the camera for | 7602 | // we need the permission first, to know which avatar we want to clear the camera for |
7603 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; | 7603 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; |