aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSean Dague2008-09-12 15:04:16 +0000
committerSean Dague2008-09-12 15:04:16 +0000
commita408b58209c928b2802ee6915882aab6448ed33a (patch)
treeacfe340ceeae4ee0f00b09065b4faee9f01bc5ed /OpenSim
parentFrom: Rob Smart <SMARTROB@uk.ibm.com> (diff)
downloadopensim-SC_OLD-a408b58209c928b2802ee6915882aab6448ed33a.zip
opensim-SC_OLD-a408b58209c928b2802ee6915882aab6448ed33a.tar.gz
opensim-SC_OLD-a408b58209c928b2802ee6915882aab6448ed33a.tar.bz2
opensim-SC_OLD-a408b58209c928b2802ee6915882aab6448ed33a.tar.xz
add the m_host.AddScriptLPS(1); line. I'm not actually sure what it
does, but it seems every other function here has it, so it is probably needed.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs
index 6c7b9da..db12c24 100644
--- a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs
@@ -586,6 +586,8 @@ namespace OpenSim.Region.ScriptEngine.Common
586 586
587 public Hashtable osParseJSON(string JSON) 587 public Hashtable osParseJSON(string JSON)
588 { 588 {
589 m_host.AddScriptLPS(1);
590
589 // see http://www.json.org/ for more details on JSON 591 // see http://www.json.org/ for more details on JSON
590 592
591 string currentKey=null; 593 string currentKey=null;