New parameter support

A one line change to make this file work with the existence of new parameters.
This commit is contained in:
AmazingAmpharos 2017-11-11 18:43:02 -06:00 committed by GitHub
parent 1f4470600c
commit 6c13056781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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