mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
blyad
This commit is contained in:
parent
3a980b36d5
commit
6582c38282
@ -538,6 +538,8 @@ local function download(publication)
|
||||
version = dependency.version,
|
||||
}
|
||||
tryToDownload(dependency.source_url, dependencyPath)
|
||||
else
|
||||
os.sleep(0.05)
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -1296,6 +1298,8 @@ updateFileList = function(category_id, updates)
|
||||
}
|
||||
|
||||
tryToDownload(dependency.source_url, dependencyPath)
|
||||
else
|
||||
os.sleep(0.05)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user