mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -38,7 +38,7 @@ function module.res_queue(force, silent)
|
|||||||
|
|
||||||
if #res_q < config.queue_amount then
|
if #res_q < config.queue_amount then
|
||||||
for i = #res_q, config.queue_amount - 1 do
|
for i = #res_q, config.queue_amount - 1 do
|
||||||
-- force.add_research(res)
|
force.add_research(res)
|
||||||
|
|
||||||
if not silent then
|
if not silent then
|
||||||
game.print{ "exp-commands_research.queue", res.name, res.level + i }
|
game.print{ "exp-commands_research.queue", res.name, res.level + i }
|
||||||
|
|||||||
Reference in New Issue
Block a user