aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-31 18:39:51 +0000
committerJustin Clarke Casey2008-10-31 18:39:51 +0000
commit269303d97d96b1deeabd610389ca2bdb17c2b7d9 (patch)
tree84d6902977d745e5e9e934fa830d4da06b6f8a10 /OpenSim/Region/Application
parent* Enables PrimitiveBaseShape to be used inside a libOpenMV project by adding ... (diff)
downloadopensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.zip
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.gz
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.bz2
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.xz
* test: Add basic scene test which merely instantiates the scene right now
* set debug scene name on scene registration, rather than within the Scene constructor
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 16cf5f3..4f1eed8 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -111,8 +111,6 @@ namespace OpenSim
111 protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>(); 111 protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>();
112 112
113 protected IConfigSource m_finalConfig = null; 113 protected IConfigSource m_finalConfig = null;
114
115 //protected IniConfigSource m_config;
116 protected OpenSimConfigSource m_config; 114 protected OpenSimConfigSource m_config;
117 115
118 public OpenSimConfigSource ConfigSource 116 public OpenSimConfigSource ConfigSource