Remove redundant (and obsolete) nodeupdate

This commit is contained in:
Hybrid Dog
2017-12-16 15:29:27 +01:00
parent fd111402d5
commit aec3bf2ed3
2 changed files with 0 additions and 3 deletions

View File

@ -68,7 +68,6 @@ minetest.register_abm({
else
return
end
nodeupdate(pos)
end,
})