Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-c authored Feb 12, 2024
1 parent af56c15 commit 7387af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7387af6

Please sign in to comment.