From d623cd5ce0567ef724a140aa7585798676357090 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 14 Nov 2021 16:04:44 +0100 Subject: [PATCH] Factorio: fix coop sync printing desync detected --- worlds/factorio/data/mod_template/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/factorio/data/mod_template/control.lua b/worlds/factorio/data/mod_template/control.lua index dd1bfe25..8c049e14 100644 --- a/worlds/factorio/data/mod_template/control.lua +++ b/worlds/factorio/data/mod_template/control.lua @@ -423,8 +423,8 @@ commands.add_command("ap-get-technology", "Grant a technology, used by the Archi game.print({"", "Received [technology=" .. tech.name .. "] as it is already checked."}) game.play_sound({path="utility/research_completed"}) tech.researched = true - return end + return elseif progressive_technologies[item_name] ~= nil then if global.index_sync[index] == nil then -- not yet received prog item global.index_sync[index] = item_name