aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/Avatar.cs
diff options
context:
space:
mode:
authorgareth2007-03-08 15:54:05 +0000
committergareth2007-03-08 15:54:05 +0000
commit8b9fcf064a7bbc91af9787c425ad4206bb2700ad (patch)
tree7588a648e83a307ea203fb389287422b132eeca2 /src/world/Avatar.cs
parentAdded nant for LocalStorage.dll (diff)
downloadopensim-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 '')
-rw-r--r--src/world/Avatar.cs2
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");