1
0
Fork 0

FAAAAAAAAASTERRRRRRRRRRRRR

This commit is contained in:
Casey 2023-10-18 00:56:03 +03:00
parent e938f38ab1
commit 11be60a0b1
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ end
local _, y = term.getCursorPos() local _, y = term.getCursorPos()
local i = 0 local i = 0
while not src.isEnd() do while not src.isEnd() do
dst.write(src.read(6000 * 10)) dst.write(src.read(6000 * 30))
local pos, sz = src.getPosition(), src.getSize() local pos, sz = src.getPosition(), src.getSize()
term.setCursorPos(1, y) term.setCursorPos(1, y)
term.clearLine() term.clearLine()