aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
index d1b87db..56c6b59 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
@@ -4534,6 +4534,7 @@ namespace OpenSim.Region.ScriptEngine.Common
4534 4534
4535 public LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args) 4535 public LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args)
4536 { 4536 {
4537 m_host.AddScriptLPS(1);
4537 LSL_Types.list ret = new LSL_Types.list(); 4538 LSL_Types.list ret = new LSL_Types.list();
4538 LLUUID key = new LLUUID(); 4539 LLUUID key = new LLUUID();
4539 if (LLUUID.TryParse(id, out key)) 4540 if (LLUUID.TryParse(id, out key))