mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Remove debug line
This commit is contained in:
parent
e106fd51ca
commit
ff80b87783
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ minetest.register_abm({
|
||||||
pos.y = pos.y-1
|
pos.y = pos.y-1
|
||||||
|
|
||||||
if node.soil == nil or node.soil.wet == nil or node.soil.base == nil or node.soil.dry == nil then
|
if node.soil == nil or node.soil.wet == nil or node.soil.base == nil or node.soil.dry == nil then
|
||||||
minetest.log("error", "Could not process soil information of node " .. nn)
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue