Console colors, begin RNG rework

This is gonna be a PAIN
This commit is contained in:
juanjp600
2017-06-19 21:30:57 -03:00
parent 384819c528
commit 7003214847
37 changed files with 261 additions and 130 deletions
+2 -1
View File
@@ -40,7 +40,7 @@ namespace Barotrauma
if (!commands[0].ToLowerInvariant().Equals("admin"))
{
NewMessage(InputText, Color.White);
NewMessage(command, Color.White);
}
#if !DEBUG
@@ -499,6 +499,7 @@ namespace Barotrauma
Messages.Add(new ColoredText(msg, color));
#if SERVER
//TODO: REMOVE
Console.ForegroundColor = XnaToConsoleColor.Convert(color);
Console.WriteLine(msg);
#endif