mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Massive console refactor. Greatly simplify interface.
This commit is contained in:
2
OpenSim/Region/OptionalModules/Avatar/Animations/AnimationsCommandModule.cs
Normal file → Executable file
2
OpenSim/Region/OptionalModules/Avatar/Animations/AnimationsCommandModule.cs
Normal file → Executable 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user