Skip to content

Commit

Permalink
decrement Factorio Client version
Browse files Browse the repository at this point in the history
(for now, as nobody has that client yet)
  • Loading branch information
Berserker66 committed Jun 27, 2021
1 parent aa28b38 commit 8b5d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/factorio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def set_rules(self):
world.completion_condition[player] = lambda state: state.has('Victory', player)

def get_required_client_version(self) -> tuple:
return max((0, 1, 4), super(Factorio, self).get_required_client_version())
return max((0, 1, 2), super(Factorio, self).get_required_client_version())

options = factorio_options

Expand Down

0 comments on commit 8b5d702

Please sign in to comment.