summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyssa2025-04-06 15:27:33 +0000
committerLyssa2025-04-06 15:27:33 +0000
commitf6353e567a585f9f456627b050f5c8b63767bf0e (patch)
tree812b255a6491f49923cb8e2d0c5f570fea3431ab
parent6d971c2f6df56bb6597c52700983871a81258f32 (diff)
downloadTSforge-f6353e567a585f9f456627b050f5c8b63767bf0e.zip
remove redundant break
-rw-r--r--TSforgeCLI/Program.cs1
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;
}