From f27bacd90165df41c86a4e8ab055ffbf2dec86c8 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Sat, 15 Feb 2020 02:45:17 -0800 Subject: [PATCH] Sort Multiworld args --- gui/bottom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/bottom.py b/gui/bottom.py index 672c3b26..60ce45be 100644 --- a/gui/bottom.py +++ b/gui/bottom.py @@ -122,6 +122,7 @@ def create_guiargs(parent): guiargs.multi = int(parent.pages["randomizer"].pages["multiworld"].widgets["worlds"].storageVar.get()) guiargs.names = parent.pages["randomizer"].pages["multiworld"].namesVar.get() + guiargs.seed = int(parent.frames["bottom"].seedVar.get()) if parent.frames["bottom"].seedVar.get() else None guiargs.count = int(parent.frames["bottom"].widgets["generationcount"].storageVar.get()) if parent.frames["bottom"].widgets["generationcount"].storageVar.get() != '1' else None