create per-team enemizer calls

This commit is contained in:
Fabian Dill
2021-01-27 02:39:12 +01:00
parent 7531bb9d11
commit 8ddb1ab614
2 changed files with 5 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ def main(args, seed=None):
patch_rom(world, rom, player, team, use_enemizer)
if use_enemizer:
patch_enemizer(world, player, rom, args.enemizercli)
patch_enemizer(world, team, player, rom, args.enemizercli)
if args.race:
patch_race_rom(rom, world, player)