mirror of
https://git.minetest.org/BuckarooBanzay/digibuilder.git
synced 2024-12-12 08:53:19 +01:00
check always for falling nodes
This commit is contained in:
parent
e0e61652a6
commit
89c9f51656
@ -171,9 +171,7 @@ function digibuilder.digiline_effector(pos, _, channel, msg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- check if the node is falling
|
-- check if the node is falling
|
||||||
if place_node_def.groups.falling_node then
|
|
||||||
minetest.check_for_falling(absolute_pos)
|
minetest.check_for_falling(absolute_pos)
|
||||||
end
|
|
||||||
|
|
||||||
digilines.receptor_send(pos, digibuilder.digiline_rules, set_channel, {
|
digilines.receptor_send(pos, digibuilder.digiline_rules, set_channel, {
|
||||||
pos = msg.pos,
|
pos = msg.pos,
|
||||||
|
Loading…
Reference in New Issue
Block a user