Skip to content
Snippets Groups Projects
Commit aaa41866 authored by Rogier's avatar Rogier
Browse files

Remove redundant 'remove_node' in blossom code

parent 4c70d6d1
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ function nature:grow_node(pos, nodename)
>= nature.minimum_growth_light
if is_not_young(pos) and light_enough then
minetest.remove_node(pos)
minetest.set_node(pos, { name = nodename })
set_young_node(pos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment