fix it again...
This commit is contained in:
@@ -706,9 +706,8 @@ local function VP_printstack(buf, dimensions, cx,cz,direction)
|
|||||||
for _=1,buf["height"],1 do
|
for _=1,buf["height"],1 do
|
||||||
move("up")
|
move("up")
|
||||||
end
|
end
|
||||||
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
|
|
||||||
|
|
||||||
local ox,oz = cx,cz
|
local ox,oz = cx,cz
|
||||||
|
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
|
||||||
|
|
||||||
for x=1,dimensions["x"],1 do
|
for x=1,dimensions["x"],1 do
|
||||||
for z=1,dimensions["z"],1 do
|
for z=1,dimensions["z"],1 do
|
||||||
|
|||||||
Reference in New Issue
Block a user