From f95fb450fd936a4d5e73a34f4fd641c9a4dc4fcc Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Thu, 2 Jan 2025 17:00:13 +1300 Subject: [PATCH] obsolete --- Content.Server/Commands/CommandUtils.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/Commands/CommandUtils.cs b/Content.Server/Commands/CommandUtils.cs index 30ea41b7c9..fde52d18e1 100644 --- a/Content.Server/Commands/CommandUtils.cs +++ b/Content.Server/Commands/CommandUtils.cs @@ -4,6 +4,7 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Network; using Robust.Shared.Player; +using Robust.Shared.Toolshed.Commands.Generic; namespace Content.Server.Commands { @@ -51,6 +52,7 @@ namespace Content.Server.Commands return true; } + [Obsolete($"Use toolshed's {nameof(EmplaceCommand)}")] public static string SubstituteEntityDetails(IConsoleShell shell, EntityUid ent, string ruleString) { var entMan = IoCManager.Resolve();