diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalBackEndServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalBackEndServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs index 782465e..fa7a2de 100644 --- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs +++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs | |||
@@ -208,7 +208,7 @@ namespace OpenSim.Region.Communications.Local | |||
208 | map.X = (ushort) regInfo.RegionLocX; | 208 | map.X = (ushort) regInfo.RegionLocX; |
209 | map.Y = (ushort) regInfo.RegionLocY; | 209 | map.Y = (ushort) regInfo.RegionLocY; |
210 | map.WaterHeight = (byte) regInfo.RegionSettings.WaterHeight; | 210 | map.WaterHeight = (byte) regInfo.RegionSettings.WaterHeight; |
211 | map.MapImageId = regInfo.EstateSettings.terrainImageID; | 211 | map.MapImageId = regInfo.RegionSettings.TerrainImageID; |
212 | map.Agents = 1; | 212 | map.Agents = 1; |
213 | map.RegionFlags = 72458694; | 213 | map.RegionFlags = 72458694; |
214 | map.Access = 13; | 214 | map.Access = 13; |