mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
bake correct minimum version for Factorio into multidata
This commit is contained in:
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]
|
||||||
|
Reference in New Issue
Block a user