Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2021-07-26 22:19:21 +02:00
commit 6a87290ead
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ mesecon.on_placenode = function(pos, node)
-- also call receptor_on if itself is powered already, so that neighboring
-- conductors will be activated (when pushing an on-conductor with a piston)
for _, s in ipairs(sources) do
local rule = vector.subtract(pos, s)
local rule = vector.subtract(s, pos)
mesecon.turnon(pos, rule)
end
--mesecon.receptor_on (pos, mesecon.conductor_get_rules(node))