Corrige crash quand un cypres grandit

This commit is contained in:
Sys Quatre 2020-06-21 11:57:46 +02:00
parent fe3ce296d7
commit 6a59c140ff
1 changed files with 1 additions and 1 deletions

View File

@ -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)