put back the console comand i remove since it is not a repetion

LSLKeyTest
UbitUmarov 2016-08-25 04:55:01 +01:00
parent c0f7e1edba
commit 7ce6430a86
1 changed files with 7 additions and 0 deletions

View File

@ -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);
}