Depollute the code - 06a - delete tab to make unrelated change vanish

M  mods/flowers/init.lua
This commit is contained in:
Zweihorn 2019-05-22 08:32:32 +02:00
parent 97556943f7
commit d6937d6905
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ function flowers.mushroom_spread(pos, node)
local pos2 = positions[math.random(#positions)]
pos2.y = pos2.y + 1
if minetest.get_node_light(pos2, 0.5) <= 3 then
minetest.set_node(pos2, {name = node.name})
minetest.set_node(pos2, {name = node.name})
end
end