diff options
author | alondria | 2008-03-21 20:20:39 +0000 |
---|---|---|
committer | alondria | 2008-03-21 20:20:39 +0000 |
commit | d3515bf22ec04f167f9b0ac7da5b2b557bf68b61 (patch) | |
tree | 0b52d403c2fb82a1002ce72dd495b8f175ae7d37 /OpenSim | |
parent | * Small adjust to last commit's logging so we only print out one warning when... (diff) | |
download | opensim-SC_OLD-d3515bf22ec04f167f9b0ac7da5b2b557bf68b61.zip opensim-SC_OLD-d3515bf22ec04f167f9b0ac7da5b2b557bf68b61.tar.gz opensim-SC_OLD-d3515bf22ec04f167f9b0ac7da5b2b557bf68b61.tar.bz2 opensim-SC_OLD-d3515bf22ec04f167f9b0ac7da5b2b557bf68b61.tar.xz |
Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 1 |
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)) |