Fixed issue with shuffling Ganon/GT via CLI

This commit is contained in:
codemann8
2021-10-31 15:57:32 -05:00
parent 0b5c1e70ae
commit e2afe98b75
3 changed files with 18 additions and 12 deletions

View File

@@ -359,12 +359,12 @@
},
"shuffleganon": {
"action": "store_false",
"type": "bool"
"type": "bool",
"help": "suppress"
},
"no_shuffleganon": {
"action": "store_true",
"dest": "shuffleganon",
"help": "suppress"
"dest": "shuffleganon"
},
"shufflelinks": {
"action": "store_true",