aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim/OpenSimMain.cs
diff options
context:
space:
mode:
authorMW2007-05-30 18:52:38 +0000
committerMW2007-05-30 18:52:38 +0000
commit52faae69d52dbb10eb2cf8708fea966b310b2391 (patch)
treecdf99f52c5bc66facb32700b0691dcd5688ea0cc /OpenSim/OpenSim/OpenSimMain.cs
parenttrying to get login to work (diff)
downloadopensim-SC_OLD-52faae69d52dbb10eb2cf8708fea966b310b2391.zip
opensim-SC_OLD-52faae69d52dbb10eb2cf8708fea966b310b2391.tar.gz
opensim-SC_OLD-52faae69d52dbb10eb2cf8708fea966b310b2391.tar.bz2
opensim-SC_OLD-52faae69d52dbb10eb2cf8708fea966b310b2391.tar.xz
We have successful login!
Diffstat (limited to '')
-rw-r--r--OpenSim/OpenSim/OpenSimMain.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/OpenSim/OpenSimMain.cs b/OpenSim/OpenSim/OpenSimMain.cs
index db17db2..acbc15e 100644
--- a/OpenSim/OpenSim/OpenSimMain.cs
+++ b/OpenSim/OpenSim/OpenSimMain.cs
@@ -93,6 +93,7 @@ namespace OpenSim
93 this.serversData.InitConfig(this.m_sandbox, this.localConfig); 93 this.serversData.InitConfig(this.m_sandbox, this.localConfig);
94 this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change 94 this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change
95 95
96 ClientView.TerrainManager = new TerrainManager(new SecondLife());
96 if (m_sandbox) 97 if (m_sandbox)
97 { 98 {
98 this.SetupLocalGridServers(); 99 this.SetupLocalGridServers();