mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06: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
|
||||
|
||||
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
|
||||
|
||||
return name
|
||||
|
||||
Reference in New Issue
Block a user