Massive console refactor. Greatly simplify interface.

This commit is contained in:
Melanie
2019-08-20 23:28:59 +01:00
parent f7a496136d
commit 0fd17c08ae
56 changed files with 430 additions and 453 deletions

View File

@@ -109,7 +109,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Animations
{
if (cmd.Length != 2 && cmd.Length < 4)
{
MainConsole.Instance.OutputFormat("Usage: show animations [<first-name> <last-name>]");
MainConsole.Instance.Output("Usage: show animations [<first-name> <last-name>]");
return;
}