aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-08 23:36:53 +0100
committerJustin Clark-Casey (justincc)2012-06-08 23:36:53 +0100
commit817f2d341d30c7df1556071c9cc8b4c4a5588cb5 (patch)
tree6ac0175828180372a143de1185baa4ccc5e8c963
parentStop sending a DisableSimulator packet in LLClientView.Close(), which is a du... (diff)
downloadopensim-SC_OLD-817f2d341d30c7df1556071c9cc8b4c4a5588cb5.zip
opensim-SC_OLD-817f2d341d30c7df1556071c9cc8b4c4a5588cb5.tar.gz
opensim-SC_OLD-817f2d341d30c7df1556071c9cc8b4c4a5588cb5.tar.bz2
opensim-SC_OLD-817f2d341d30c7df1556071c9cc8b4c4a5588cb5.tar.xz
Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and json stats from working
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 9a0fa70..3271555 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -223,6 +223,8 @@ namespace OpenSim
223 223
224 base.StartupSpecific(); 224 base.StartupSpecific();
225 225
226 m_stats = StatsManager.SimExtraStats;
227
226 // Create a ModuleLoader instance 228 // Create a ModuleLoader instance
227 m_moduleLoader = new ModuleLoader(m_config.Source); 229 m_moduleLoader = new ModuleLoader(m_config.Source);
228 230