Update RobustToolbox
This commit is contained in:
@@ -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<string>());
|
||||
|
||||
@@ -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<IMapManager>();
|
||||
|
||||
Submodule RobustToolbox updated: 18fcab6f71...a183a98f75
Reference in New Issue
Block a user