aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/Main.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer/Main.cs')
-rw-r--r--OpenSim/Grid/GridServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/Main.cs
index c72948d..8353066 100644
--- a/OpenSim/Grid/GridServer/Main.cs
+++ b/OpenSim/Grid/GridServer/Main.cs
@@ -110,7 +110,7 @@ namespace OpenSim.Grid.GridServer
110 110
111 m_console.Verbose( "Main.cs:Startup() - Connecting to Storage Server"); 111 m_console.Verbose( "Main.cs:Startup() - Connecting to Storage Server");
112 m_gridManager = new GridManager(); 112 m_gridManager = new GridManager();
113 m_gridManager.AddPlugin(GridDll); // Made of win 113 m_gridManager.AddPlugin(Cfg.DatabaseProvider); // Made of win
114 m_gridManager.config = Cfg; 114 m_gridManager.config = Cfg;
115 115
116 m_console.Verbose( "Main.cs:Startup() - Starting HTTP process"); 116 m_console.Verbose( "Main.cs:Startup() - Starting HTTP process");