check always for falling nodes

This commit is contained in:
BuckarooBanzay 2021-04-19 16:47:07 +02:00
parent e0e61652a6
commit 89c9f51656

@ -171,9 +171,7 @@ function digibuilder.digiline_effector(pos, _, channel, msg)
end
-- check if the node is falling
if place_node_def.groups.falling_node then
minetest.check_for_falling(absolute_pos)
end
minetest.check_for_falling(absolute_pos)
digilines.receptor_send(pos, digibuilder.digiline_rules, set_channel, {
pos = msg.pos,