This commit is contained in:
2025-12-15 23:56:46 +09:00
parent 7d80be49eb
commit b6034454d0

View File

@@ -408,24 +408,6 @@ local function handle_research_queue(entity, combinator)
end
end
local empty = true
local empty_gap = false
local det = true
for i=1, 7 do
if storage.phi_cl.combinator.research_queue_set[i] then
empty = false
if empty_gap then
det = false
end
else
empty_gap = true
end
end
if det and (not empty) then
local tech_queue = {}
for i=1,7 do
@@ -441,7 +423,6 @@ local function handle_research_queue(entity, combinator)
storage.phi_cl.combinator.last_writer = nil
end
end
end
script.on_nth_tick(10, function(_)
if not storage.phi_cl or not storage.phi_cl.combinator or not storage.phi_cl.combinator.combinator_list then