Fixes Red Bottlebrush sapling growth comment

master
vlapsley 2017-01-31 10:30:02 +11:00
parent f9763109ef
commit 055b7dbe27
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function aus.grow_sapling(pos)
minetest.pos_to_string(pos))
aus.grow_quandong(pos)
elseif node.name == "australia:red_bottlebrush_sapling" then
minetest.log("action", "A Red Bottlebrush sapling grows into a tree at "..
minetest.log("action", "A Red Bottlebrush sapling grows into a bush at "..
minetest.pos_to_string(pos))
aus.grow_red_bottlebrush(pos)
elseif node.name == "australia:river_oak_sapling" then