mirror of
https://git.minetest.org/BuckarooBanzay/digibuilder.git
synced 2024-12-12 05:53:18 +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
|
||||
|
||||
-- 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,
|
||||
|
Loading…
Reference in New Issue
Block a user