mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
FactorioClient:
fix reconnect add auto-world-gen todo: move remaining script output bridge to rcon
This commit is contained in:
@@ -84,7 +84,7 @@ class Factorio(World):
|
||||
world.completion_condition[player] = lambda state: state.has('Victory', player)
|
||||
|
||||
def get_required_client_version(self) -> tuple:
|
||||
return max((0, 1, 2), super(Factorio, self).get_required_client_version())
|
||||
return max((0, 1, 4), super(Factorio, self).get_required_client_version())
|
||||
|
||||
options = factorio_options
|
||||
|
||||
|
Reference in New Issue
Block a user