fix(client/streaming): invalid print argument

This commit is contained in:
Linden
2022-08-04 02:05:09 +10:00
parent 93fc595030
commit 28003c942d

View File

@@ -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