Skip enemizer patching with jsonout and no enemizercli

This commit is contained in:
Bonta-kun 2019-12-28 18:12:11 +01:00
parent 93f8a684f1
commit 4281dcc619
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def main(args, seed=None):
patch_rom(world, player, rom, use_enemizer)
enemizer_patch = []
if use_enemizer:
if use_enemizer and (args.enemizercli or not args.jsonout):
enemizer_patch = get_enemizer_patch(world, player, rom, args.rom, args.enemizercli, args.shufflepalette[player], args.shufflepots[player])
multidata.rom_names[player] = list(rom.name)