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

0.7.3-extended
Justin Clark-Casey (justincc) 2012-06-08 23:36:53 +01:00
parent 8889309324
commit 4968191c1e
1 changed files with 2 additions and 0 deletions

View File

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