From b05f7ee04fa706f4568c4578d92c638d5bb61bab Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:40:52 +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 9d9e0a6a..81af9c58 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -23,7 +23,7 @@ end) --- @param silent boolean True when no message should be printed function module.res_queue(force, silent) local res_q = force.research_queue - game.print(config.mod_set) + rcon.print(config.mod_set) local res = force.technologies[config.bonus_inventory.res[config.mod_set].name] if #res_q < config.queue_amount then