mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
missed one
This commit is contained in:
@@ -18322,7 +18322,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
jsonData = LitJson.JsonMapper.ToObject(json);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch //(Exception e)
|
||||
{
|
||||
//string m = e.Message; // debug point
|
||||
return ScriptBaseClass.JSON_INVALID;
|
||||
|
||||
Reference in New Issue
Block a user