bake correct minimum version for Factorio into multidata
This commit is contained in:
parent
a993bed8dc
commit
6e916ebd45
2
Main.py
2
Main.py
|
@ -503,7 +503,7 @@ def main(args, seed=None):
|
||||||
games = {}
|
games = {}
|
||||||
for slot in world.player_ids:
|
for slot in world.player_ids:
|
||||||
if world.game[slot] == "Factorio":
|
if world.game[slot] == "Factorio":
|
||||||
client_versions[slot] = (1, 1, 2)
|
client_versions[slot] = (0, 1, 2)
|
||||||
else:
|
else:
|
||||||
client_versions[slot] = (0, 0, 3)
|
client_versions[slot] = (0, 0, 3)
|
||||||
games[slot] = world.game[slot]
|
games[slot] = world.game[slot]
|
||||||
|
|
Loading…
Reference in New Issue