mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
2first dirty version and non persistent parcel uglysky
This commit is contained in:
@@ -6566,7 +6566,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
bool allowenvovr = (regionFlags & (uint)RegionFlags.AllowEnviromentOverride) != 0;
|
||||
LLSDxmlEncode.AddArrayAndMap("ParcelEnvironmentBlock", sb);
|
||||
LLSDxmlEncode.AddElem("ParcelEnvironmentVersion", allowenvovr ? -1: -1, sb);
|
||||
LLSDxmlEncode.AddElem("ParcelEnvironmentVersion", allowenvovr ? -1: landData.EnviromentVersion, sb);
|
||||
LLSDxmlEncode.AddElem("RegionAllowEnvironmentOverride", allowenvovr, sb);
|
||||
LLSDxmlEncode.AddEndMapAndArray(sb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user