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 committed by Yves Quemener
parent 0f80116e97
commit 6c7f03ce0f
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