粘贴场地高度最高能读到60行,允许一些极端的高空作业

This commit is contained in:
MrZ_26
2022-10-26 10:42:53 +08:00
parent 85ff1cd1c3
commit a578d537cd

View File

@@ -127,7 +127,7 @@ function DATA.pasteBoard(str,page)-- Paste [str] data to [page] board
fX=fX+1
else
fY=fY+1
if fY>20 then break end
if fY>60 then break end
fX=1
end
p=p+1