aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/Main.cs
diff options
context:
space:
mode:
authorMW2008-04-02 11:03:44 +0000
committerMW2008-04-02 11:03:44 +0000
commit0e789a9a0145b372a1337319ca468636515dc254 (patch)
treed5d0513150f4ff585391c5efec10109346a33c17 /OpenSim/Grid/AssetServer/Main.cs
parentchanges back the output path for simple module to its own bin folder. [if you... (diff)
downloadopensim-SC_OLD-0e789a9a0145b372a1337319ca468636515dc254.zip
opensim-SC_OLD-0e789a9a0145b372a1337319ca468636515dc254.tar.gz
opensim-SC_OLD-0e789a9a0145b372a1337319ca468636515dc254.tar.bz2
opensim-SC_OLD-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/AssetServer/Main.cs')
-rw-r--r--OpenSim/Grid/AssetServer/Main.cs2
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