update with on_placenode on rotate

This commit is contained in:
DS-Minetest 2019-09-18 15:51:08 +02:00 committed by Desour
parent 2cdf3fc79b
commit 3eca5fc2f8
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ mesecon.register_node("mesecons_extrawires:vertical_static_middle", {
node.param2 = node.param2 % 6
minetest.swap_node(pos, node)
vertical_update(pos)
mesecon.on_placenode(pos, node)
return true
end,
}, {