and fix that again
This commit is contained in:
@@ -717,7 +717,7 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
|
|||||||
local tempbuf = buf["stacks"][posasstring(x,z)]
|
local tempbuf = buf["stacks"][posasstring(x,z)]
|
||||||
if tempbuf then
|
if tempbuf then
|
||||||
cx,cz,direction = VP_moveto(x,z, cx,cz,direction)
|
cx,cz,direction = VP_moveto(x,z, cx,cz,direction)
|
||||||
for _=1,#tempbuf,1 do
|
for _=1,#tempbuf+1,1 do
|
||||||
move("down", true)
|
move("down", true)
|
||||||
end
|
end
|
||||||
for _,v in pairs(tempbuf) do
|
for _,v in pairs(tempbuf) do
|
||||||
@@ -726,7 +726,7 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
|
|||||||
end
|
end
|
||||||
move("up", true)
|
move("up", true)
|
||||||
end
|
end
|
||||||
--move("up", true) -- not needed anymore
|
move("up", true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user