From c479903538c6c64823d548c30d407a9510738ebe Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sun, 7 Feb 2021 14:56:08 +0100 Subject: [PATCH] Update RobustToolbox --- Content.Client/Commands/DebugCommands.cs | 2 +- Content.Server/Commands/GameTicking/MappingCommand.cs | 2 +- RobustToolbox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Client/Commands/DebugCommands.cs b/Content.Client/Commands/DebugCommands.cs index e402664a97..e9bb9bf3c8 100644 --- a/Content.Client/Commands/DebugCommands.cs +++ b/Content.Client/Commands/DebugCommands.cs @@ -97,7 +97,7 @@ namespace Content.Client.Commands } #if DEBUG - shell.WriteLine("WARNING: The client is using a debug build. You are risking losing your changes.", Color.Red); + shell.WriteError("WARNING: The client is using a debug build. You are risking losing your changes."); #endif shell.ConsoleHost.RegisteredCommands["togglelight"].Execute(shell, string.Empty, Array.Empty()); diff --git a/Content.Server/Commands/GameTicking/MappingCommand.cs b/Content.Server/Commands/GameTicking/MappingCommand.cs index 9025382be9..0ed2167734 100644 --- a/Content.Server/Commands/GameTicking/MappingCommand.cs +++ b/Content.Server/Commands/GameTicking/MappingCommand.cs @@ -30,7 +30,7 @@ namespace Content.Server.Commands.GameTicking } #if DEBUG - shell.WriteLine("WARNING: The server is using a debug build. You are risking losing your changes.", Color.Red); + shell.WriteError("WARNING: The server is using a debug build. You are risking losing your changes."); #endif var mapManager = IoCManager.Resolve(); diff --git a/RobustToolbox b/RobustToolbox index 18fcab6f71..a183a98f75 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 18fcab6f710947b640b839c458b52193fad2acf7 +Subproject commit a183a98f75b89072989ddc55cb990db6b671363e