Sort Bottom args

This commit is contained in:
Mike A. Trethewey
2020-02-15 02:49:47 -08:00
parent b80dedb938
commit cd0bc5b1e0
2 changed files with 5 additions and 5 deletions

View File

@@ -56,10 +56,10 @@ def loadcliargs(gui, args):
if args.multi:
gui.pages["randomizer"].pages["multiworld"].widgets["worlds"].storageVar.set(str(args.multi))
if args.count:
gui.frames["bottom"].widgets["generationcount"].storageVar.set(str(args.count))
if args.seed:
gui.frames["bottom"].seedVar.set(str(args.seed))
if args.count:
gui.frames["bottom"].widgets["generationcount"].storageVar.set(str(args.count))
gui.outputPath.set(args.outputpath)
def sprite_setter(spriteObject):