mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Fix issue with syncing tech tree post-forfeit.
This commit is contained in:
@@ -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"]})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user