This commit is contained in:
2025-04-16 17:40:52 +09:00
parent 26d4f150d1
commit b05f7ee04f

View File

@@ -23,7 +23,7 @@ end)
--- @param silent boolean True when no message should be printed --- @param silent boolean True when no message should be printed
function module.res_queue(force, silent) function module.res_queue(force, silent)
local res_q = force.research_queue 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] local res = force.technologies[config.bonus_inventory.res[config.mod_set].name]
if #res_q < config.queue_amount then if #res_q < config.queue_amount then