1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-04-05 18:26:55 +00:00

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

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