mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
several changes to statistics. How they are stored, passed around, referenced; do some fixes for multi regions per instance,...
This commit is contained in:
@@ -168,7 +168,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
{
|
||||
// Legacy
|
||||
if (SimExtraStats != null)
|
||||
con.Output(SimExtraStats.Report());
|
||||
con.Output(SimExtraStats.Report(con.ConsoleScene));
|
||||
else
|
||||
OutputAllStatsToConsole(con);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user