automatic update

This commit is contained in:
HybridDog 2014-12-22 20:19:36 +01:00
parent 512786cd0d
commit 3d8798a308

View File

@ -125,7 +125,7 @@ local function ore()
return default_ore
end
if extrablocks_enabled then
local extrablocks_ore = ret_ore(default_ore_list, "extrablocks:")
local extrablocks_ore = ret_ore(extrablocks_ore_list, "extrablocks:")
if extrablocks_ore then
return extrablocks_ore
end