hotstone: don't call nodeupdate()
This commit is contained in:
parent
7c067a2b68
commit
bea4829d30
@ -15,7 +15,6 @@ minetest.register_abm({
|
||||
if node.name == "default:stone" then
|
||||
minetest.swap_node(pos, {name = "illuna:hotstone"})
|
||||
end
|
||||
nodeupdate(pos)
|
||||
end,
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user