Fix doser goes blocked bug
This commit is contained in:
parent
8c5adfdd50
commit
b85e325cd5
@ -113,6 +113,9 @@ local function start_node(pos, nvm, state)
|
|||||||
reactor_cmnd(pos, "start")
|
reactor_cmnd(pos, "start")
|
||||||
del_liquids(pos)
|
del_liquids(pos)
|
||||||
nvm.running = true
|
nvm.running = true
|
||||||
|
local mem = techage.get_mem(pos)
|
||||||
|
mem.waste_leftover = nil
|
||||||
|
mem.output_leftover = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
local function stop_node(pos, nvm, state)
|
local function stop_node(pos, nvm, state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user