diff options
author | MW | 2008-04-02 11:03:44 +0000 |
---|---|---|
committer | MW | 2008-04-02 11:03:44 +0000 |
commit | 0e789a9a0145b372a1337319ca468636515dc254 (patch) | |
tree | d5d0513150f4ff585391c5efec10109346a33c17 /OpenSim/Grid | |
parent | changes back the output path for simple module to its own bin folder. [if you... (diff) | |
download | opensim-SC-0e789a9a0145b372a1337319ca468636515dc254.zip opensim-SC-0e789a9a0145b372a1337319ca468636515dc254.tar.gz opensim-SC-0e789a9a0145b372a1337319ca468636515dc254.tar.bz2 opensim-SC-0e789a9a0145b372a1337319ca468636515dc254.tar.xz |
Set default terrain to complete flat terrain (at 26 height). Even flat terrain as default seems better than the messed up terrain I was getting.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index c863c76..3a38e85 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim.Grid.AssetServer | |||
76 | } | 76 | } |
77 | } | 77 | } |
78 | 78 | ||
79 | private OpenAsset_Main() | 79 | public OpenAsset_Main() |
80 | { | 80 | { |
81 | m_console = new ConsoleBase("OpenAsset", this); | 81 | m_console = new ConsoleBase("OpenAsset", this); |
82 | 82 | ||