mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(client/streaming): invalid print argument
This commit is contained in:
@@ -13,7 +13,7 @@ local function request(native, hasLoaded, requestType, name, timeout)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
print(("Failed to load %s '%s' after %s ticks (%s)"):format(requestType, name, timeout, animDict))
|
print(("Failed to load %s '%s' after %s ticks"):format(requestType, name, timeout))
|
||||||
end
|
end
|
||||||
|
|
||||||
return name
|
return name
|
||||||
|
|||||||
Reference in New Issue
Block a user