Patch for new scripting method osParseJSON.

also, a couple of warning bugs killed.
This commit is contained in:
Dr Scofield
2008-09-18 16:53:26 +00:00
parent ac083becd9
commit 0dff3f2383
5 changed files with 202 additions and 8 deletions

View File

@@ -219,5 +219,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
m_OSSL_Functions.osSetParcelMediaTime(time);
}
public Hashtable osParseJSON(string JSON)
{
return m_OSSL_Functions.osParseJSON(JSON);
}
}
}