hotstone: don't call nodeupdate()

master
Milan 2019-03-08 15:57:32 +01:00
parent 7c067a2b68
commit bea4829d30
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ minetest.register_abm({
if node.name == "default:stone" then
minetest.swap_node(pos, {name = "illuna:hotstone"})
end
nodeupdate(pos)
end,
})