rom: correct gametype flag

This commit is contained in:
Bonta-kun
2019-12-15 10:54:49 +01:00
parent d608d5ca30
commit 842f6bf1ac
2 changed files with 8 additions and 4 deletions

View File

@@ -159,8 +159,7 @@ def main(args, seed=None):
rom = JsonRom()
else:
rom = LocalRom(args.rom)
patch_rom(world, player, rom)
patch_rom(world, player, rom, use_enemizer)
enemizer_patch = []
if use_enemizer: