diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index 7b1c1935..b0c00dbb 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -35,8 +35,7 @@ end function module.res_queue(force, silent) local res_q = force.research_queue local res = force.technologies[config.bonus_inventory.res[config.mod_set].name] - game.print(config.mod_set) - game.print(config.bonus_inventory.res[config.mod_set].name) + game.print(force.technologies[config.bonus_inventory.res[config.mod_set].name].name) if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do