Tiny tweak

master
TenPlus1 2016-01-10 19:16:46 +00:00
parent 28f4e20297
commit 0ee6a25384
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ local replace_pie = function(node, puncher, pos)
puncher:set_hp(h)
end
minetest.set_node(pos, {name = node.name})
minetest.swap_node(pos, {name = node.name})
end