1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/src/main
SquidDev bd14223ea8 Manually specify the number of values to unpack
table.unpack will often stop at the first nil value, meaning some event
arguments may be discarded. By storing the number of arguments through
table.pack, and then using that count when unpacking, we can ensure all
values are returned/resumed with.
2017-05-04 10:49:41 +01:00
..
java/dan200/computercraft Merge pull request #167 from SquidDev-CC/hotfix/limit-label 2017-05-02 13:54:43 +01:00
resources Manually specify the number of values to unpack 2017-05-04 10:49:41 +01:00