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