mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Use ... instead of arg
This commit is contained in:
parent
c296b9eb44
commit
77977a52e7
@ -166,7 +166,7 @@ end
|
||||
|
||||
function call(funcs, ...)
|
||||
for _, func in ipairs(funcs) do
|
||||
func(unpack(arg))
|
||||
func(...)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user