Revert color console changes until a cross-platform method is found.

This commit is contained in:
Jeff Ames
2008-02-06 07:36:14 +00:00
parent d76d604ce9
commit 355d0fdb95
11 changed files with 10 additions and 191 deletions

View File

@@ -192,7 +192,6 @@ namespace OpenSim.Framework.Console
}
catch (FormatException)
{
// Some older systems dont support coloured text.
System.Console.WriteLine(args);
}
}