env asset can be any llsd type

This commit is contained in:
UbitUmarov
2020-06-10 20:32:30 +01:00
parent 2179aa14e0
commit 9ce70be5ce

View File

@@ -453,10 +453,10 @@ namespace OpenSim.Region.CoreModules.World.LightShare
}
try
{
OSD oenv = OSDParser.DeserializeLLSDXml(asset.Data);
OSD oenv = OSDParser.Deserialize(asset.Data);
VEnv.CycleFromOSD(oenv);
}
catch (Exception e)
catch
{
httpResponse.StatusCode = (int)HttpStatusCode.NotFound;
return;