From f6353e567a585f9f456627b050f5c8b63767bf0e Mon Sep 17 00:00:00 2001 From: Lyssa Date: Sun, 6 Apr 2025 19:27:33 +0400 Subject: [PATCH] remove redundant break --- TSforgeCLI/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TSforgeCLI/Program.cs b/TSforgeCLI/Program.cs index 2c72265..7c1a50b 100644 --- a/TSforgeCLI/Program.cs +++ b/TSforgeCLI/Program.cs @@ -238,7 +238,6 @@ namespace TSforgeCLI { Logger.WriteLine("Argument doesn't exist or the specified activation ID is invalid."); options.ShowHelp = true; - break; } break; }