Fix trock entrances when intensity < 3

Fix outputpath setting in settings.json
This commit is contained in:
aerinon
2020-11-16 13:15:23 -07:00
parent 61fb954c9c
commit 7756528da3
4 changed files with 9 additions and 7 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)