Mineleader logging updated.

This commit is contained in:
Harrison Deng 2021-05-07 17:15:22 -05:00
parent 301a6976df
commit 117ead0a6c

View File

@ -406,7 +406,7 @@ end
local function quarry(x, y, z, forward, right, pattern)
sendLog(QUARRY, "Starting quarry task from positions " .. tostring(a) .. " to " .. tostring(b) ".")
sendLog(QUARRY, "Starting quarry of (x length,depth,z length): " .. x .. "," .. y .. "," .. z)
for yDelta=1,math.abs(y) do
for xDelta=1,math.abs(x) do
for zDelta=1,math.abs(z) do