Update Enemizer

This commit is contained in:
Fabian Dill 2020-07-30 20:14:05 +02:00
parent 4ab1e563a0
commit a118732431
1 changed files with 4 additions and 4 deletions

2
Rom.py
View File

@ -168,7 +168,7 @@ def check_enemizer(enemizercli):
if info == 'No Version Information Available':
info = None
version = tuple(int(part) for part in info.split("."))
if version < (6, 1, 0, 200):
if version < (6, 1, 0, 222):
raise Exception(
f"Enemizer found at {enemizercli} is outdated ({info}), please update your Enemizer. "
f"Such as https://github.com/Ijwu/Enemizer/releases")