From 61644d1aef6f399ee475b71d22214cb0c70e9368 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 20 Apr 2025 14:02:16 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index a1c8fa84..9355f6b9 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -36,7 +36,7 @@ end --- @param silent boolean True when no message should be printed function module.res_queue(force, silent) local res_q = force.research_queue - local res = force.technologies[config.bonus_inventory.res[mod_set].name] + local res = force.technologies[config.bonus_inventory.log[mod_set].name] if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do