diff options
author | gareth | 2007-03-08 15:54:05 +0000 |
---|---|---|
committer | gareth | 2007-03-08 15:54:05 +0000 |
commit | 8b9fcf064a7bbc91af9787c425ad4206bb2700ad (patch) | |
tree | 7588a648e83a307ea203fb389287422b132eeca2 /src | |
parent | Added nant for LocalStorage.dll (diff) | |
download | opensim-SC_OLD-8b9fcf064a7bbc91af9787c425ad4206bb2700ad.zip opensim-SC_OLD-8b9fcf064a7bbc91af9787c425ad4206bb2700ad.tar.gz opensim-SC_OLD-8b9fcf064a7bbc91af9787c425ad4206bb2700ad.tar.bz2 opensim-SC_OLD-8b9fcf064a7bbc91af9787c425ad4206bb2700ad.tar.xz |
Changed water height to default of 20
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"); |