From 67cfc2e81d798b8986d0deffbea574f3cb7f1316 Mon Sep 17 00:00:00 2001 From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Fri, 2 Dec 2022 19:13:27 -0600 Subject: [PATCH] Fix addhand command (#12836) --- Content.Server/Body/Commands/AddHandCommand.cs | 5 ----- 1 file changed, 5 deletions(-) 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();