diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index ae775f7..4b70ec8 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -7418,7 +7418,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7418 | 7418 | ||
7419 | // the object we are in | 7419 | // the object we are in |
7420 | UUID objectID = m_host.ParentUUID; | 7420 | UUID objectID = m_host.ParentUUID; |
7421 | if(objectID == UUID.Zero) return; | 7421 | if (objectID == UUID.Zero) return; |
7422 | 7422 | ||
7423 | // we need the permission first, to know which avatar we want to set the camera for | 7423 | // we need the permission first, to know which avatar we want to set the camera for |
7424 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; | 7424 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; |
@@ -7469,7 +7469,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7469 | 7469 | ||
7470 | // the object we are in | 7470 | // the object we are in |
7471 | UUID objectID = m_host.ParentUUID; | 7471 | UUID objectID = m_host.ParentUUID; |
7472 | if(objectID == UUID.Zero) return; | 7472 | if (objectID == UUID.Zero) return; |
7473 | 7473 | ||
7474 | // we need the permission first, to know which avatar we want to clear the camera for | 7474 | // we need the permission first, to know which avatar we want to clear the camera for |
7475 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; | 7475 | UUID agentID = m_host.TaskInventory[invItemID].PermsGranter; |