Update samba.lua
This commit is contained in:
@@ -48,7 +48,7 @@ local function sambaConnection(socket)
|
|||||||
end
|
end
|
||||||
local ret
|
local ret
|
||||||
local s, m = pcall(function()
|
local s, m = pcall(function()
|
||||||
ret = fn(unpack(msg.args))
|
ret = fn(table.unpack(msg.args))
|
||||||
end)
|
end)
|
||||||
if not s and m then
|
if not s and m then
|
||||||
_G.printError('samba: ' .. m)
|
_G.printError('samba: ' .. m)
|
||||||
|
|||||||
Reference in New Issue
Block a user