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()