Mineleader logging updated.
This commit is contained in:
parent
301a6976df
commit
117ead0a6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user