Was using keyword as parameter. Fixed.

This commit is contained in:
Harrison Deng 2021-05-03 13:20:03 -05:00
parent c7a4b784f0
commit 42d3cc1e18

View File

@ -298,8 +298,8 @@ local function moveBy(delta, forward, right)
end
end
local function quarry(start, end)
sendLog("quarry: Starting quarry task.")
local function quarry(a, b)
sendLog("quarry: Starting quarry task from positions " .. tostring(a) .. " to " .. tostring(b) ".")
end
local function executeTasks()