This commit is contained in:
ElectroJr
2025-01-02 17:00:13 +13:00
parent 9d05ea9f57
commit f95fb450fd

View File

@@ -4,6 +4,7 @@ using Robust.Server.Player;
using Robust.Shared.Console; using Robust.Shared.Console;
using Robust.Shared.Network; using Robust.Shared.Network;
using Robust.Shared.Player; using Robust.Shared.Player;
using Robust.Shared.Toolshed.Commands.Generic;
namespace Content.Server.Commands namespace Content.Server.Commands
{ {
@@ -51,6 +52,7 @@ namespace Content.Server.Commands
return true; return true;
} }
[Obsolete($"Use toolshed's {nameof(EmplaceCommand)}")]
public static string SubstituteEntityDetails(IConsoleShell shell, EntityUid ent, string ruleString) public static string SubstituteEntityDetails(IConsoleShell shell, EntityUid ent, string ruleString)
{ {
var entMan = IoCManager.Resolve<IEntityManager>(); var entMan = IoCManager.Resolve<IEntityManager>();