aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs4
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;