mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
put back the console comand i remove since it is not a repetion
This commit is contained in:
@@ -83,6 +83,13 @@ namespace OpenSim.Framework.Monitoring
|
||||
+ "More than one name can be given separated by spaces.\n",
|
||||
HandleShowStatsCommand);
|
||||
|
||||
console.Commands.AddCommand(
|
||||
"General",
|
||||
false,
|
||||
"show stats",
|
||||
"show stats [list|all|(<category>[.<container>])+",
|
||||
"Alias for 'stats show' command",
|
||||
HandleShowStatsCommand);
|
||||
StatsLogger.RegisterConsoleCommands(console);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user