bake correct minimum version for Factorio into multidata

This commit is contained in:
Fabian Dill 2021-05-29 06:23:35 +02:00
parent a993bed8dc
commit 6e916ebd45
1 changed files with 1 additions and 1 deletions

View File

@ -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]