refactor(imports/streaming): use coroutine.isyieldable

This commit is contained in:
Linden
2023-05-25 14:56:56 +10:00
parent 9efcde0351
commit a8ab102bae
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function lib.requestNamedPtfxAsset(ptFxName, timeout)
RequestNamedPtfxAsset(ptFxName)
if coroutine.running() then
if coroutine.isyieldable() then
timeout = tonumber(timeout) or 500
for _ = 1, timeout do