Fix accidental global in mcl_core

This commit is contained in:
Wuzzy 2017-08-18 21:34:28 +02:00
parent f1215ca989
commit ac55b024b8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local register_wooden_planks = function(subname, description, tiles)
end
local register_leaves = function(subname, description, longdesc, tiles, drop1, drop1_rarity, drop2, drop2_rarity)
local drops
local drop
if drop2 then
drop = {
max_items = 1,