Fix trock entrances when intensity < 3
Fix outputpath setting in settings.json
This commit is contained in:
aerinon
2020-11-16 13:20:39 -07:00
5 changed files with 18 additions and 9 deletions

View File

@@ -268,7 +268,7 @@ def create_guiargs(parent):
guiargs.randomSprite = parent.randomSprite.get()
# Get output path
guiargs.outputpath = parent.outputPath.get()
guiargs.outputpath = parent.settings["outputpath"]
guiargs = update_deprecated_args(guiargs)