Skip to content

Commit

Permalink
actually don't yachtzee (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime authored Oct 4, 2023
1 parent 2dc347d commit 8130c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export function main(argString = ""): void {
}

Args.fill(globalOptions, argString);
globalOptions.prefs.yachtzeechain = false;
if (globalOptions.version) return; // Since we always print the version, all done!
if (globalOptions.help) {
Args.showHelp(globalOptions);
Expand Down

0 comments on commit 8130c2a

Please sign in to comment.