diff --git a/CodeLegacy/IO/Logger.cs b/CodeLegacy/IO/Logger.cs index ac5bb77..baa3b00 100644 --- a/CodeLegacy/IO/Logger.cs +++ b/CodeLegacy/IO/Logger.cs @@ -73,7 +73,7 @@ namespace Flowframes _lastUi = msg; if (entry.toConsole) - Console.WriteLine(msg); + Console.WriteLine(entry.hidden ? msg : $"\u001b[96m{msg}\u001b[0m"); try {