diff --git a/Main.py b/Main.py index f3d8e429..41cdd7b3 100644 --- a/Main.py +++ b/Main.py @@ -503,7 +503,7 @@ def main(args, seed=None): games = {} for slot in world.player_ids: if world.game[slot] == "Factorio": - client_versions[slot] = (1, 1, 2) + client_versions[slot] = (0, 1, 2) else: client_versions[slot] = (0, 0, 3) games[slot] = world.game[slot]