missed one

This commit is contained in:
UbitUmarov
2023-02-08 03:24:15 +00:00
parent 6e25a0a65d
commit 842bb15939

View File

@@ -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;