mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
enable threat check on the new ossl method
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user