fix ap-sync and remove infinite techs from randomization
This commit is contained in:
parent
f0a6b5a8e4
commit
4461cb67f0
|
@ -113,7 +113,8 @@ commands.add_command("ap-get-info-dump", "Dump Game Info, used by Archipelago.",
|
|||
end)
|
||||
|
||||
commands.add_command("ap-sync", "Run manual Research Sync with Archipelago.", function(call)
|
||||
dumpTech()
|
||||
dumpTech(game.players[call.player_index].force)
|
||||
game.print("Wrote bridge file.")
|
||||
end)
|
||||
|
||||
commands.add_command("ap-get-technology", "Grant a technology, used by the Archipelago Client.", function(call)
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue