mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 09:32:59 +00:00
Fix accidental global in mcl_core
This commit is contained in:
parent
f1215ca989
commit
ac55b024b8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ local register_wooden_planks = function(subname, description, tiles)
|
||||||
end
|
end
|
||||||
|
|
||||||
local register_leaves = function(subname, description, longdesc, tiles, drop1, drop1_rarity, drop2, drop2_rarity)
|
local register_leaves = function(subname, description, longdesc, tiles, drop1, drop1_rarity, drop2, drop2_rarity)
|
||||||
local drops
|
local drop
|
||||||
if drop2 then
|
if drop2 then
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
|
|
Loading…
Reference in a new issue