From 2b16b2dcb22ccaf31cce47c0fceafc3d90e9d456 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 28 Dec 2014 22:01:33 +0100 Subject: [PATCH] automatic update --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5aac552..9951cf6 100644 --- a/init.lua +++ b/init.lua @@ -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