Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and json stats from working

0.7.4.1
Justin Clark-Casey (justincc) 2012-06-08 23:36:53 +01:00
parent 794d184c25
commit 817f2d341d
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,8 @@ namespace OpenSim
base.StartupSpecific();
m_stats = StatsManager.SimExtraStats;
// Create a ModuleLoader instance
m_moduleLoader = new ModuleLoader(m_config.Source);