diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/world/Avatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/Avatar.cs b/src/world/Avatar.cs index cf95f76..c09c008 100644 --- a/src/world/Avatar.cs +++ b/src/world/Avatar.cs | |||
@@ -301,7 +301,7 @@ namespace OpenSim.world | |||
301 | handshake.RegionInfo.TerrainStartHeight10 = 10; | 301 | handshake.RegionInfo.TerrainStartHeight10 = 10; |
302 | handshake.RegionInfo.TerrainStartHeight11 = 10; | 302 | handshake.RegionInfo.TerrainStartHeight11 = 10; |
303 | handshake.RegionInfo.SimAccess = 13; | 303 | handshake.RegionInfo.SimAccess = 13; |
304 | handshake.RegionInfo.WaterHeight = 5; | 304 | handshake.RegionInfo.WaterHeight = 20; |
305 | handshake.RegionInfo.RegionFlags = 72458694; | 305 | handshake.RegionInfo.RegionFlags = 72458694; |
306 | handshake.RegionInfo.SimName = _enc.GetBytes(OpenSim_Main.cfg.RegionName + "\0"); | 306 | handshake.RegionInfo.SimName = _enc.GetBytes(OpenSim_Main.cfg.RegionName + "\0"); |
307 | handshake.RegionInfo.SimOwner = new LLUUID("00000000-0000-0000-0000-000000000000"); | 307 | handshake.RegionInfo.SimOwner = new LLUUID("00000000-0000-0000-0000-000000000000"); |