fix(tunnels-miner): missing config arg passed to ensureEnoughSpaceInInventory
This commit is contained in:
parent
31846cf5c1
commit
a4cc3d4c8e
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user