This commit is contained in:
Maciej 'agaran' Pijanka 2017-03-04 19:29:18 +01:00
parent 58e8fa03b6
commit 05d9bba326

View File

@ -13,7 +13,7 @@ local run = function(pos, node, run_name)
local demand = 10000
local remain = 0.9
if run_name == technic.receive then
if run_name == technic.receiver then
-- do not run TWICE (it is PR-RE machine), save lua cycles
return
end