]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
obsolete
authorElectroJr <leonsfriedrich@gmail.com>
Thu, 2 Jan 2025 04:00:13 +0000 (17:00 +1300)
committerElectroJr <leonsfriedrich@gmail.com>
Thu, 2 Jan 2025 04:00:13 +0000 (17:00 +1300)
Content.Server/Commands/CommandUtils.cs

index 30ea41b7c9faa33ffc6f4921ef46123ae1dd4076..fde52d18e1a45f28a7a962a691fe4d1db1752d4d 100644 (file)
@@ -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<IEntityManager>();