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 3a0b47f..f78c086 100644 --- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs +++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs | |||
@@ -132,7 +132,7 @@ namespace OpenSim.Region.Communications.Local | |||
132 | map.Y = (ushort) regInfo.RegionLocY; | 132 | map.Y = (ushort) regInfo.RegionLocY; |
133 | map.WaterHeight = (byte) regInfo.EstateSettings.waterHeight; | 133 | map.WaterHeight = (byte) regInfo.EstateSettings.waterHeight; |
134 | map.MapImageId = regInfo.EstateSettings.terrainImageID; | 134 | map.MapImageId = regInfo.EstateSettings.terrainImageID; |
135 | //new LLUUID("00000000-0000-0000-9999-000000000007"); | 135 | //new LLUUID("00000000-0000-0000-9999-000000000007"); |
136 | map.Agents = 1; | 136 | map.Agents = 1; |
137 | map.RegionFlags = 72458694; | 137 | map.RegionFlags = 72458694; |
138 | map.Access = 13; | 138 | map.Access = 13; |