put back the console comand i remove since it is not a repetion
parent
c0f7e1edba
commit
7ce6430a86
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue