Corrige crash quand un cypres grandit
This commit is contained in:
parent
fe3ce296d7
commit
6a59c140ff
@ -108,7 +108,7 @@ local function grow_sapling(pos)
|
||||
grow_maritime_pine(pos)
|
||||
elseif node.name == "nalc_mediterranean:sapling_cypress" then
|
||||
minetest.log("action", "A Cypress sapling grows into a tree at "..minetest.pos_to_string(pos))
|
||||
grow_cypres(pos)
|
||||
grow_cypress(pos)
|
||||
elseif node.name == "nalc_mediterranean:sapling_olive" then
|
||||
minetest.log("action", "An Olive sapling grows into a tree at "..minetest.pos_to_string(pos))
|
||||
grow_olive_tree(pos)
|
||||
|
Loading…
Reference in New Issue
Block a user