1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-12-01 22:51:51 +02:00

Fix gui config when clicking poll and remove unused functions

This commit is contained in:
Gerkiz
2021-05-08 02:03:38 +02:00
parent a2463bbbfd
commit 1644b024cf
5 changed files with 28 additions and 13 deletions

View File

@@ -151,16 +151,6 @@ function Task.set_queue_speed(value)
primitives.task_queue_speed = value
end
function Task.start_queue()
if task_queue._tail == 0 then
task_queue._tail = 1
end
end
function Task.get_task_queue()
return task_queue
end
Event.add(defines.events.on_tick, on_tick)
return Task