mirror of
https://github.com/kepler155c/opus
synced 2025-11-06 02:23:01 +00:00
lua 5.2 compatibility (#14)
compatibility update - making a few changes in next commit...
This commit is contained in:
@@ -70,7 +70,7 @@ local function connect()
|
||||
break
|
||||
end
|
||||
for _,v in ipairs(data) do
|
||||
ct[v.f](unpack(v.args))
|
||||
ct[v.f](table.unpack(v.args))
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user