automatic update

This commit is contained in:
HybridDog 2014-12-28 22:01:33 +01:00
parent 1032336db9
commit 2b16b2dcb2
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ for name,i in pairs(mushrooms_list) do
for _,p in pairs(ps) do
minetest.set_node(p, {name=nd})
end
print("[riesenpilz] "..nd.." mushrooms grew at "..minetest.pos_to_string(pos))
minetest.log("info", "[riesenpilz] "..nd.." mushrooms grew at "..minetest.pos_to_string(pos))
end
})
end