fix(tunnels-miner): missing config arg passed to ensureEnoughSpaceInInventory

This commit is contained in:
Guillaume ARM 2024-05-27 12:59:56 +02:00
parent 31846cf5c1
commit a4cc3d4c8e

View File

@ -216,7 +216,7 @@ local function mineTunnelProcedure(config)
local distance = config.DISTANCE_Z local distance = config.DISTANCE_Z
local onMineCb = function() local onMineCb = function()
ensureEnoughSpaceInInventory() ensureEnoughSpaceInInventory(config)
mineVeinProcedure(config) mineVeinProcedure(config)
end end