mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(streamingRequest): missing return value
This commit is contained in:
@@ -17,3 +17,5 @@ function lib.streamingRequest(request, hasLoaded, assetType, asset, timeout, ...
|
|||||||
if hasLoaded(asset) then return asset end
|
if hasLoaded(asset) then return asset end
|
||||||
end, ("failed to load %s '%s'"):format(assetType, asset), timeout)
|
end, ("failed to load %s '%s'"):format(assetType, asset), timeout)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return lib.streamingRequest
|
||||||
|
|||||||
Reference in New Issue
Block a user