Update samba.lua

This commit is contained in:
Kan18
2019-07-19 17:28:19 -04:00
committed by GitHub
parent d75e7e23d3
commit 88e3520724

View File

@@ -48,7 +48,7 @@ local function sambaConnection(socket)
end
local ret
local s, m = pcall(function()
ret = fn(unpack(msg.args))
ret = fn(table.unpack(msg.args))
end)
if not s and m then
_G.printError('samba: ' .. m)