diff options
| author | Lyssa | 2025-04-06 15:27:33 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-06 15:27:33 +0000 |
| commit | f6353e567a585f9f456627b050f5c8b63767bf0e (patch) | |
| tree | 812b255a6491f49923cb8e2d0c5f570fea3431ab | |
| parent | 6d971c2f6df56bb6597c52700983871a81258f32 (diff) | |
| download | TSforge-f6353e567a585f9f456627b050f5c8b63767bf0e.zip | |
remove redundant break
| -rw-r--r-- | TSforgeCLI/Program.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |
