enable threat check on the new ossl method

This commit is contained in:
UbitUmarov
2020-06-19 21:17:26 +01:00
parent edf93abdbc
commit 17e7e9b354
3 changed files with 6 additions and 3 deletions

View File

@@ -483,10 +483,13 @@ namespace OpenSim.Region.CoreModules.World.LightShare
VEnv = land.LandData.Environment;
else
{
/* not working for some reason
OSD def = ViewerEnvironment.DefaultToOSD(regionID, parcel);
httpResponse.RawBuffer = OSDParser.SerializeLLSDXmlToBytes(def);
httpResponse.StatusCode = (int)HttpStatusCode.OK;
return;
*/
VEnv = GetRegionEnvironment();
}
}