Fix regression in 5f4f9f0
(Fri Jun 8 2012) which stopped "show stats" and json stats from working
parent
8889309324
commit
4968191c1e
|
@ -219,6 +219,8 @@ namespace OpenSim
|
||||||
|
|
||||||
base.StartupSpecific();
|
base.StartupSpecific();
|
||||||
|
|
||||||
|
m_stats = StatsManager.SimExtraStats;
|
||||||
|
|
||||||
// Create a ModuleLoader instance
|
// Create a ModuleLoader instance
|
||||||
m_moduleLoader = new ModuleLoader(m_config.Source);
|
m_moduleLoader = new ModuleLoader(m_config.Source);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue