mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* commands are done foreach instead of by [i]
* fixed 'show users' format bug.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user