quick crash fix

This commit is contained in:
Maciej Kasatkin 2012-10-07 21:02:20 +02:00
parent a546665856
commit 8ccf7faed1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ minetest.register_craft({
burntime = 10
})
function technic:generate_tree(pos, trunk, leaves, underground, replacements)
function generate_tree(pos, trunk, leaves, underground, replacements)
pos.y = pos.y-1
local nodename = minetest.env:get_node(pos).name
local ret = true