Convenient runtime changing of death link status requires 0.2.1
This commit is contained in:
parent
1ec9ab5568
commit
548d893eaa
|
@ -171,7 +171,7 @@ class Factorio(World):
|
|||
return super(Factorio, self).collect_item(state, item, remove)
|
||||
|
||||
def get_required_client_version(self) -> tuple:
|
||||
return max((0, 1, 6), super(Factorio, self).get_required_client_version())
|
||||
return max((0, 2, 1), super(Factorio, self).get_required_client_version())
|
||||
|
||||
options = factorio_options
|
||||
|
||||
|
|
Loading…
Reference in New Issue