From a31329c48351c0a984d64c2833dd579e5ec8b77e Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 21 May 2025 19:04:24 -0500 Subject: [PATCH] Update scripts/decrypt-save.js Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> --- scripts/decrypt-save.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/decrypt-save.js b/scripts/decrypt-save.js index 6cbb4b9a80d..a7239a40df6 100644 --- a/scripts/decrypt-save.js +++ b/scripts/decrypt-save.js @@ -117,10 +117,6 @@ function writeToFile(filePath, data) { function main() { let args = process.argv.slice(2); - if (args.includes("-h") || args.includes("--help") || args.length === 0) { - printUsage(); - process.exit(0); - } // Get options const options = args.filter(arg => arg.startsWith("-")); // get args