Fixed issue with shuffling Ganon/GT via CLI
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user