Removed "unpack()

This commit is contained in:
LDDestroier 2019-06-04 11:34:32 -04:00 committed by GitHub
parent b9b15bb5ae
commit 38775a28ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ local getEvents = function(...)
return {}
end
elseif output[1] == arg[a] then
return unpack(output)
return table.unpack(output)
end
end
end