1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-03 11:27:59 +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

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