From 28003c942d0daecd41664d135387c9f2ecca7a3e Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Thu, 4 Aug 2022 02:05:09 +1000 Subject: [PATCH] fix(client/streaming): invalid print argument --- resource/streaming/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/streaming/client.lua b/resource/streaming/client.lua index 06f90da..876ee15 100644 --- a/resource/streaming/client.lua +++ b/resource/streaming/client.lua @@ -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