diff --git a/Content.Server/Body/Commands/AddHandCommand.cs b/Content.Server/Body/Commands/AddHandCommand.cs index 11fcedcdb2..c056553207 100644 --- a/Content.Server/Body/Commands/AddHandCommand.cs +++ b/Content.Server/Body/Commands/AddHandCommand.cs @@ -23,11 +23,6 @@ namespace Content.Server.Body.Commands public void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player as IPlayerSession; - if (args.Length > 1) - { - shell.WriteLine(Help); - return; - } var entityManager = IoCManager.Resolve(); var prototypeManager = IoCManager.Resolve();