Update RobustToolbox
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Content.Client.Commands
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#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
|
#endif
|
||||||
|
|
||||||
shell.ConsoleHost.RegisteredCommands["togglelight"].Execute(shell, string.Empty, Array.Empty<string>());
|
shell.ConsoleHost.RegisteredCommands["togglelight"].Execute(shell, string.Empty, Array.Empty<string>());
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ namespace Content.Server.Commands.GameTicking
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#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
|
#endif
|
||||||
|
|
||||||
var mapManager = IoCManager.Resolve<IMapManager>();
|
var mapManager = IoCManager.Resolve<IMapManager>();
|
||||||
|
|||||||
Submodule RobustToolbox updated: 18fcab6f71...a183a98f75
Reference in New Issue
Block a user