water: compatibility-update

master
Milan 2019-03-08 21:20:24 +01:00
parent bea4829d30
commit b8861d72fe
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ minetest.register_abm({
minetest.swap_node(pos, {name = "default:dirt_with_grass"})
end
nodeupdate(pos)
minetest.check_for_falling(pos)
end,
})