aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-04-27 22:29:29 +0000
committerAdam Frisby2007-04-27 22:29:29 +0000
commit8f5c96f02bd9b6dd4001777f9abc957257fceafd (patch)
tree38ff4666a432eeb4bad3fe43c2df0d39aefb718e /OpenSim.RegionServer/OpenSimMain.cs
parentDumb mistake - forgot to assign the datastore variable (diff)
downloadopensim-SC_OLD-8f5c96f02bd9b6dd4001777f9abc957257fceafd.zip
opensim-SC_OLD-8f5c96f02bd9b6dd4001777f9abc957257fceafd.tar.gz
opensim-SC_OLD-8f5c96f02bd9b6dd4001777f9abc957257fceafd.tar.bz2
opensim-SC_OLD-8f5c96f02bd9b6dd4001777f9abc957257fceafd.tar.xz
Dumb mistake #2
Diffstat (limited to '')
-rw-r--r--OpenSim.RegionServer/OpenSimMain.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs
index 062986c..ae624d5 100644
--- a/OpenSim.RegionServer/OpenSimMain.cs
+++ b/OpenSim.RegionServer/OpenSimMain.cs
@@ -97,6 +97,7 @@ namespace OpenSim
97 m_sandbox = sandBoxMode; 97 m_sandbox = sandBoxMode;
98 m_loginserver = startLoginServer; 98 m_loginserver = startLoginServer;
99 m_physicsEngine = physicsEngine; 99 m_physicsEngine = physicsEngine;
100 m_config = configFile;
100 101
101 m_console = new ConsoleBase("region-console.log", "Region", this, verbose); 102 m_console = new ConsoleBase("region-console.log", "Region", this, verbose);
102 OpenSim.Framework.Console.MainConsole.Instance = m_console; 103 OpenSim.Framework.Console.MainConsole.Instance = m_console;