mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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.
This commit is contained in:
@@ -586,6 +586,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
|
||||
public Hashtable osParseJSON(string JSON)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
// see http://www.json.org/ for more details on JSON
|
||||
|
||||
string currentKey=null;
|
||||
|
||||
Reference in New Issue
Block a user