From 79f67e0442f27812b16ade43928b1bd4aa40e14b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:52:20 +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 f75ded7e..a33a4875 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -38,7 +38,7 @@ function module.res_queue(force, silent) if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do - -- force.add_research(res) + force.add_research(res) if not silent then game.print{ "exp-commands_research.queue", res.name, res.level + i }