Fix rotating trapdoor erasing metadata

master
Wuzzy 2021-10-12 13:38:24 +02:00
parent 91505ab6dd
commit 96337fa499
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ if minetest.get_modpath("screwdriver") then
node.param2 = minor
node.param2 = node.param2 + 20
end
minetest.set_node(pos, node)
minetest.swap_node(pos, node)
return true
end
end