Fix issue with syncing tech tree post-forfeit.

This commit is contained in:
CaitSith2 2021-08-27 10:41:29 -07:00
parent 21255b3b46
commit 5bb8de500a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class FactorioContext(CommonContext):
if cmd == "Connected":
# catch up sync anything that is already cleared.
if args["checked_locations"]:
self.rcon_client.send_commands({item_name: f'/ap-get-technology {item_name}\t-1' for
self.rcon_client.send_commands({item_name: f'/ap-get-technology ap-{item_name}-\t-1' for
item_name in args["checked_locations"]})