Remove debug info for placing saplings
This commit is contained in:
parent
3998718eb0
commit
e7759e675d
@ -40,8 +40,6 @@ end
|
|||||||
function default.place_sapling(itemstack, placer, pointed_thing)
|
function default.place_sapling(itemstack, placer, pointed_thing)
|
||||||
-- Check growability
|
-- Check growability
|
||||||
|
|
||||||
print(itemstack:get_name())
|
|
||||||
|
|
||||||
local underdef = minetest.get_node(pointed_thing.under)
|
local underdef = minetest.get_node(pointed_thing.under)
|
||||||
|
|
||||||
if minetest.get_item_group(underdef.name, "soil") == 0 then
|
if minetest.get_item_group(underdef.name, "soil") == 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user