diff options
author | MW | 2007-04-02 12:56:35 +0000 |
---|---|---|
committer | MW | 2007-04-02 12:56:35 +0000 |
commit | 23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff (patch) | |
tree | ace7dfc8b928c07ddb1f73b5a7b2c6de8a36687e /OpenSim.RegionServer/OpenSimMain.cs | |
parent | minor bug (diff) | |
download | opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.zip opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.gz opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.bz2 opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.xz |
Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic configuration method, so that it is easier to load configuration data from a ogs server
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index 41476ac..c0fe95b 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -94,6 +94,7 @@ namespace OpenSim | |||
94 | 94 | ||
95 | public virtual void StartUp() | 95 | public virtual void StartUp() |
96 | { | 96 | { |
97 | |||
97 | GridServers = new Grid(); | 98 | GridServers = new Grid(); |
98 | if (m_sandbox) | 99 | if (m_sandbox) |
99 | { | 100 | { |