env asset can be any llsd type
parent
2179aa14e0
commit
9ce70be5ce
|
@ -453,10 +453,10 @@ namespace OpenSim.Region.CoreModules.World.LightShare
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
OSD oenv = OSDParser.DeserializeLLSDXml(asset.Data);
|
OSD oenv = OSDParser.Deserialize(asset.Data);
|
||||||
VEnv.CycleFromOSD(oenv);
|
VEnv.CycleFromOSD(oenv);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch
|
||||||
{
|
{
|
||||||
httpResponse.StatusCode = (int)HttpStatusCode.NotFound;
|
httpResponse.StatusCode = (int)HttpStatusCode.NotFound;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue