1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-09-27 06:35:20 -04:00

made unarchive yield

This commit is contained in:
XeonSquared 2020-01-11 09:32:46 +11:00
parent 15a6151748
commit ab604c84f7

View File

@ -47,5 +47,6 @@ while true do
until rsize <= 1 until rsize <= 1
end end
print(fsize) print(fsize)
coroutine.yield()
end end
fi:close() fi:close()