diff --git a/Content.Server/SS220/CargoMoneyCommand/CargoMoneyCommand.cs b/Content.Server/SS220/CargoMoneyCommand/CargoMoneyCommand.cs index 8b24652e0dfe..91a37e2df9f7 100644 --- a/Content.Server/SS220/CargoMoneyCommand/CargoMoneyCommand.cs +++ b/Content.Server/SS220/CargoMoneyCommand/CargoMoneyCommand.cs @@ -28,7 +28,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) PrintCargoStationsInfo(shell); return; } - if (args.Length == 4) + if (args.Length == 3) { bool bSet = false;