fix(graftorio): CI fix

This commit is contained in:
oof2win2
2022-05-14 22:31:36 +02:00
parent 2c21f989ae
commit e3f78387e4

View File

@@ -173,9 +173,7 @@ Event.on_nth_tick(60, function()
for _, force in pairs(game.forces) do
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 {}
force_research = {}
local force_research = {}
-- 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
table.insert(force_research, {