mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
fix(graftorio): CI fix
This commit is contained in:
@@ -173,9 +173,7 @@ Event.on_nth_tick(60, function()
|
|||||||
for _, force in pairs(game.forces) do
|
for _, force in pairs(game.forces) do
|
||||||
if not general.data.output[force.name].research then general.data.output[force.name].research = {} end
|
if not general.data.output[force.name].research then general.data.output[force.name].research = {} end
|
||||||
|
|
||||||
local force_research = general.data.output[force.name].research or {}
|
local force_research = {}
|
||||||
|
|
||||||
force_research = {}
|
|
||||||
-- this works even if the queue is disabled, but it will always be just 1 long in that case
|
-- this works even if the queue is disabled, but it will always be just 1 long in that case
|
||||||
for _, research in pairs(force.research_queue) do
|
for _, research in pairs(force.research_queue) do
|
||||||
table.insert(force_research, {
|
table.insert(force_research, {
|
||||||
|
|||||||
Reference in New Issue
Block a user