Skip to content
Snippets Groups Projects
Commit bea4829d authored by Milan's avatar Milan
Browse files

hotstone: don't call nodeupdate()

parent 7c067a2b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ minetest.register_abm({
if node.name == "default:stone" then
minetest.swap_node(pos, {name = "illuna:hotstone"})
end
nodeupdate(pos)
end,
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment