From 6c1305678144b7fe40411762e4dac949a19c4f02 Mon Sep 17 00:00:00 2001 From: AmazingAmpharos Date: Sat, 11 Nov 2017 18:43:02 -0600 Subject: [PATCH] New parameter support A one line change to make this file work with the existence of new parameters. --- Plando.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plando.py b/Plando.py index 9d765c4b..a013c398 100644 --- a/Plando.py +++ b/Plando.py @@ -29,7 +29,7 @@ def main(args, seed=None): start = time.clock() # initialize the world - world = World('vanilla', 'noglitches', 'standard', 'normal', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, False) + world = World('vanilla', 'noglitches', 'standard', 'normal', 'none', 'on', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, False) logger = logging.getLogger('') hasher = hashlib.md5()