* commands are done foreach instead of by [i]

* fixed 'show users' format bug.
This commit is contained in:
lbsa71
2007-08-06 14:14:43 +00:00
parent 07b011af3a
commit fdbb891659
3 changed files with 22 additions and 13 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim.Framework.Console
public void Error(string sender, string format, params object[] args)
{
WritePrefixLine(DeriveColor(sender), sender);
WriteNewLine(ConsoleColor.Red, format, args);
Error( format, args);
return;
}