mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Fix crash at one more spot
This commit is contained in:
parent
7112369917
commit
cf1325d466
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ minetest.register_node("mcl_crimson:warped_nylium", {
|
|||
_mcl_silk_touch_drop = true,
|
||||
_on_bone_meal = function(itemstack, placer, pointed_thing)
|
||||
local node = minetest.get_node(pointed_thing.under)
|
||||
spread_nether_plants(pt.under,node)
|
||||
spread_nether_plants(pointed_thing.under,node)
|
||||
return true
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue