projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e106fd5
)
Remove debug line
author
BlockMen
<nmuelll@web.de>
Sat, 10 May 2014 20:52:12 +0000
(22:52 +0200)
committer
BlockMen
<nmuelll@web.de>
Sat, 5 Jul 2014 14:06:08 +0000
(16:06 +0200)
mods/farming/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/farming/nodes.lua
b/mods/farming/nodes.lua
index d5603e7b7139bc83be5957de627c60718bc66c81..4593e10e813674011cde31b92d983a688b4d999c 100644
(file)
--- a/
mods/farming/nodes.lua
+++ b/
mods/farming/nodes.lua
@@
-90,7
+90,6
@@
minetest.register_abm({
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
- minetest.log("error", "Could not process soil information of node " .. nn)
return
end