Fixed code
This commit is contained in:
parent
366b3f6a0a
commit
2010398a12
@ -438,6 +438,7 @@ local function quarry(x, y, z, forward, right, pattern)
|
||||
for xDelta=1,math.abs(x) do
|
||||
for zDelta=1,math.abs(z) do
|
||||
local success = true;
|
||||
if reverseTrip then
|
||||
orient(vector.new(0,0, -z), forward, right)
|
||||
else
|
||||
orient(vector.new(0, 0, z), forward, right)
|
||||
|
Loading…
Reference in New Issue
Block a user